Search results

ParameterizedSql API in Vue QueryBuilder API component

Interface to define the parameter SQL query.

Properties

params

any[]

Specifies the parameter values in the same order their respective placeholders appear in the sql string.

sql

string

Specifies the SQL WHERE clause with ? placeholders for each value.