SqlWhereResult
type SqlWhereResult = object;Properties
Section titled “Properties”params
Section titled “params”params: unknown[];Positional parameters to bind into the prepared statement.
whereClause
Section titled “whereClause”whereClause: string;Rendered WHERE clause body (empty when filter is undefined or trivial).