klyn.databases.sql.Connection.savepoint
method
public savepoint(name as String = "") as Savepoint throws SQLException
Description

Creates a savepoint descriptor.

import klyn.databases.sql

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