共用方式為


releaseSavepoint Method (SQLServerConnection)

Removes the given SQLServerSavepoint object from the current transaction.

注意

This method is not currently supported by the Microsoft SQL Server 2005 JDBC Driver.

public void releaseSavepoint(java.sql.Savepoint savepoint)

參數

savepoint

The SavePoint object to remove.

例外狀況

SQLServerException

備註

This releaseSavepoint method is specified by the releaseSavepoint method in the java.sql.Connection interface.

另請參閱

參考

SQLServerConnection Class

概念

SQLServerConnection Methods
SQLServerConnection Members