rollback Method (java.sql.Savepoint)

Undoes all changes made after the given SQLServerSavepoint object was set.

public void rollback(java.sql.Savepoint s)

Parameter

s

The SavePoint object to rollback to.

Ausnahmen

SQLServerException

Hinweise

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.

Siehe auch

Referenz

SQLServerConnection Class

Konzepte

rollback Method (SQLServerConnection)
SQLServerConnection Methods
SQLServerConnection Members