Condividi tramite


releaseSavepoint Method (SQLServerConnection)

Removes the given SQLServerSavepoint object from the current transaction.

Nota

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

public void releaseSavepoint(java.sql.Savepoint savepoint)

Parametri

savepoint

The SavePoint object to remove.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerConnection Class

Concetti

SQLServerConnection Methods
SQLServerConnection Members