Restrictions on savepoints

does not support savepoints within a trigger.

does not release locks as part of the rollback to savepoint. JDBC 3.0 Savepoint Methods <ph><indexterm>Savepoints<indexterm>methods</indexterm></indexterm></ph> Returns Signature Implementation Notes int getSavepointId() Throws SQLException if this is a named savepoint. Retrieves the generated ID for the savepoint that this Savepoint object represents. String getSavepointName() Throws SQLException if this is an unnamed savepoint. Retrieves the name of the savepoint that this Savepoint object represents.