| public interface java.sql Savepoint
|
Java SE 6 |
Connection.rollback method. When a transaction
is rolled back to a savepoint all changes made after that
savepoint are undone.
Savepoints can be either named or unnamed. Unnamed savepoints are identified by an ID generated by the underlying data source.
| since | 1.4 |
| Properties | |||||||
|---|---|---|---|---|---|---|---|
| public int | getSavepointId() throws SQLException Details
Retrieves the generated ID for the savepoint that this
Savepoint object represents.
| ||||||
| public String | getSavepointName() throws SQLException Details
Retrieves the name of the savepoint that this Savepoint
object represents.
| ||||||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|