ParameterizedNamedSQL
Defined in: packages/react-querybuilder/src/types/importExport.ts:322
Object produced by formatQuery for the "parameterized_named"
format.
Properties
params
params:
Record
<string
,any
>
Defined in: packages/react-querybuilder/src/types/importExport.ts:329
Map of bind variable names from the sql
string to the associated values.
sql
sql:
string
Defined in: packages/react-querybuilder/src/types/importExport.ts:324
The SQL WHERE
clause fragment with bind variable 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.