Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Removes the given SQLServerSavepoint object from the current transaction.
Note
This method is not currently supported by the Microsoft JDBC Driver for SQL Server.
Syntax
public void releaseSavepoint(java.sql.Savepoint savepoint)
Parameters
savepoint
The SavePoint object to remove.
Exceptions
Remarks
This releaseSavepoint method is specified by the releaseSavepoint method in the java.sql.Connection interface.