Skip to main content
Extremely Popular
Go to Latest
method Transaction.prototype.getSavepoint
import { Transaction } from "https://deno.land/x/postgres@v0.19.2/query/transaction.ts";

This method will search for the provided savepoint name and return a reference to the requested savepoint, otherwise it will return undefined

Parameters

name: string

Returns

Savepoint | undefined