Skip to main content

ParameterizedNamedSQL

Defined in: packages/react-querybuilder/src/types/export.ts:350

Object produced by formatQuery for the "parameterized_named" format.

Properties

params

params: Record<string, any>

Defined in: packages/react-querybuilder/src/types/export.ts:357

Map of bind variable names from the sql string to the associated values.


sql

sql: string

Defined in: packages/react-querybuilder/src/types/export.ts:352

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.