Interface: ParameterizedSQL
react-querybuilder.ParameterizedSQL
Object produced by formatQuery for the "parameterized"
format.
Properties
params
params: any
[]
Parameter values in the same order their respective placeholders
appear in the sql
string.
Defined in
packages/react-querybuilder/src/types/importExport.ts:220
sql
sql: string
The SQL WHERE
clause fragment with ?
placeholders for each value.