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.
Source
packages/react-querybuilder/src/types/importExport.ts:225
sql
sql:
string
The SQL WHERE
clause fragment with ?
placeholders for each value.
Source
packages/react-querybuilder/src/types/importExport.ts:219
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.