Creates a savepoint within the current transaction
method
TransactionSQL.savepoint
Referenced types
type SQLSavepointContextCallback = (sql: SavepointSQL) => Promise<any> | SQLQuery[]
Callback function type for savepoint contexts
method
Creates a savepoint within the current transaction
Callback function type for savepoint contexts