klyn.databases.sql.Connection.releaseSavepoint
method
public releaseSavepoint(savepoint as Savepoint) as Void throws SQLException
Description

Releases one savepoint.

import klyn.databases.sql

connection.releaseSavepoint(savepoint)
Throws
  • SQLException if the connection is closed, the transaction state is invalid, or the database reports an error.