ParameterizedNamedSQL
Defined in: packages/core/src/types/export.ts:469
Object produced by formatQuery for the "parameterized_named" format.
Properties
params
params:
Record<string,any>
Defined in: packages/core/src/types/export.ts:476
Map of bind variable names from the sql string to the associated values.
sql
sql:
string
Defined in: packages/core/src/types/export.ts:471
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.