class SelectExec
implements _IStatementExecutor
import { SelectExec } from "https://deno.land/x/pg_mem@3.0.3/execution/select.ts";
Constructors
new
SelectExec(statement: _IStatement, p: WithStatementBinding)Properties
readonly
selection: _ISelection