Type alias InStmtArgs

InStmtArgs: InValue[] | Record<string, InValue>

Arguments for a statement. Either an array that is bound to parameters by position, or an object with values that are bound to parameters by name.

Generated using TypeDoc