apache > db
Apache DB Project
 
Font size:      

Restrictions

Restrictions

Derby does not support savepoints within a trigger. DB2 UDB has the same restriction.

Derby does not release locks as part of the rollback to savepoint. DB2 UDB also retains all locks.

Table 24.

ReturnsSignatureImplementation 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.

Previous Page
Next Page
Table of Contents
Index