הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Undoes all changes made after the given SQLServerSavepoint object was set.
Syntax
public void rollback(java.sql.Savepoint s)
Parameters
s
The SavePoint object to rollback to.
Exceptions
Remarks
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.
See Also
rollback Method (SQLServerConnection)
SQLServerConnection Members
SQLServerConnection Class