ParameterizedSQL
Defined in: packages/react-querybuilder/src/types/export.ts:334
Object produced by formatQuery for the "parameterized"
format.
Properties
params
params:
any
[]
Defined in: packages/react-querybuilder/src/types/export.ts:342
Parameter values in the same order their respective placeholders
appear in the sql
string.
sql
sql:
string
Defined in: packages/react-querybuilder/src/types/export.ts:336
The SQL WHERE
clause fragment with ?
placeholders for each value.
caution
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.