Condividi tramite


rollback Method (java.sql.Savepoint)

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

public void rollback(java.sql.Savepoint s)

Parametri

s

The SavePoint object to rollback to.

Eccezioni

SQLServerException

Osservazioni

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.

Vedere anche

Riferimento

SQLServerConnection Class

Concetti

rollback Method (SQLServerConnection)
SQLServerConnection Methods
SQLServerConnection Members