|
|||||||||
| Home >> All >> java >> [ sql overview ] | PREV NEXT | ||||||||
Uses of Interface
java.sql.Savepoint
| Uses of Savepoint in java.sql |
| Methods in java.sql that return Savepoint | |
Savepoint |
Connection.setSavepoint()
Creates a new unnamed savepoint for this Connection |
Savepoint |
Connection.setSavepoint(java.lang.String name)
Creates a new savepoint with the specifiend name for this Connection. |
| Methods in java.sql with parameters of type Savepoint | |
void |
Connection.rollback(Savepoint savepoint)
Undoes all changes made after the specified savepoint was set. |
void |
Connection.releaseSavepoint(Savepoint savepoint)
Removes the specified savepoint from this Connection. |
|
|||||||||
| Home >> All >> java >> [ sql overview ] | PREV NEXT | ||||||||