method
TransactionSQL.savepoint
name: string,
): Promise<T>;
Creates a savepoint within the current transaction
Referenced types
type SavepointContextCallback<T> = ContextCallback<T, SavepointSQL>
Callback function type for savepoint contexts