Search results

ParameterizedNamedSql API in JavaScript (ES5) QueryBuilder API control

Interface to define the parameterized named SQL query.

Properties

params

Record

Specifies the bind variable names from the sql string to the associated values.

sql

string

Specifies the SQL WHERE clause with bind variable placeholders for each value.