Skip to main content

getExpressionRuleProcessorParameterized()

getExpressionRuleProcessorParameterized(serializers?: SQLSerializerRegistry): RuleProcessor

Defined in: expr/src/processors/getExpressionRuleProcessorParameterized.ts:34

Generates a rule processor with expression support for use by formatQuery with the "parameterized" and "parameterized_named" formats. Pass custom serializers to add functions or override built-ins; they are merged over defaultParameterizedSerializers. Bound values are pushed following the standard accumulator contract. Rules without expressions, or with an unsupported operator, fall back to the stock processor.

Parameters

ParameterType
serializers?SQLSerializerRegistry

Returns

RuleProcessor


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.