class StatementExec
implements _IStatement
import { StatementExec } from "https://deno.land/x/pg_mem@3.0.3/execution/statement-exec.ts";
Properties
private
optional
executor: _IStatementExecutorprivate
onExecutedCallbacks: OnStatementExecuted[]Methods
private
_getExecutor(p: Statement): _IStatementExecutorprivate
niceErrors<T>(act: () => T): TexecuteStatement(t: _Transaction, parametersValues: any[]): StatementResult
onExecuted(callback: OnStatementExecuted): void