releaseSavepoint Method (SQLServerConnection)

Removes the given SQLServerSavepoint object from the current transaction.

Note

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

public void releaseSavepoint(java.sql.Savepoint savepoint)

Parameters

savepoint

The SavePoint object to remove.

Exceptions

SQLServerException

Remarks

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

See Also

Reference

SQLServerConnection Class

Concepts

SQLServerConnection Methods
SQLServerConnection Members