Undoes all changes made after the given SQLServerSavepoint object was set.
public void rollback(java.sql.Savepoint s)
參數
s
The SavePoint object to rollback to.
例外狀況
備註
This rollBack method is specified by the rollBack method in the java.sql.Connection interface.
This method should be used only when auto-commit mode has been disabled.
另請參閱
參考
概念
rollback Method (SQLServerConnection)
SQLServerConnection Methods
SQLServerConnection Members