Skip to main content

defaultRuleProcessorSQL()

defaultRuleProcessorSQL(rule, options?, meta?): any

Default rule processor used by formatQuery for "sql" format.

Parameters

ParameterType
ruleRuleType<string, string, any, string>
options?ValueProcessorOptions
meta?object
meta.processedParams?any[] | Record<string, any>

Returns

any

Defined in

packages/react-querybuilder/src/utils/formatQuery/defaultRuleProcessorSQL.ts:8


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.