다음을 통해 공유


rollback Method ()

Undoes all changes made in the current transaction and releases any database locks currently held by this SQLServerConnection object.

public void rollback()

예외

SQLServerException

주의

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.

참고 항목

참조

SQLServerConnection Class

개념

rollback Method (SQLServerConnection)
SQLServerConnection Methods
SQLServerConnection Members