Savepoint
and subsequent Savepoint
objects from the current transaction. Any reference to the savepoint after it have been removed will cause an SQLException
to be thrown.
@param savepoint the Savepoint
object to be removed
@exception SQLException if a database access error occurs, thismethod is called on a closed connection or the given Savepoint
object is not a valid savepoint in the current transaction
@exception SQLFeatureNotSupportedException if the JDBC driver does not supportthis method
@since 1.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|