Search results

ParameterizedNamedSql API in Angular QueryBuilder API component

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.