|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Savepoint
A Savepoint is an instant during the current transaction that can be utilized by a Rollback from the Connection.rollback method. Rolling back to a particular Savepoint means that all changes that occurred after that Savepoint are removed.
| Method Summary | |
|---|---|
int |
getSavepointId()
Returns the constructed ID for this Savepoint. |
String |
getSavepointName()
Returns the name for this Savepoint. |
| Method Detail |
|---|
int getSavepointId()
throws SQLException
SQLException
String getSavepointName()
throws SQLException
SQLException
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||