| java.sql.Savepoint | 
A savepoint is an instant during the current transaction that can be utilized
 by a rollback via the rollback() command. Rolling back to a
 particular savepoint means that all changes that occurred after that
 savepoint are undone.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Returns the constructed ID for this savepoint. | |||||||||||
| Returns the name for this savepoint. | |||||||||||
Returns the constructed ID for this savepoint.
| SQLException | if an error occurrs accessing the database. | 
|---|
Returns the name for this savepoint.
| SQLException | if an error occurrs accessing the database. | 
|---|