Skip to main content

SQLSerializerFn

SQLSerializerFn = (opts: ValueProcessorOptions, ...args: string[]) => string

Defined in: expr/src/types.ts:31

SQL serializer function: receives the format options (for preset/parseNumbers awareness) followed by the already-serialized argument strings, and returns a SQL fragment.

Parameters

ParameterType
optsValueProcessorOptions
...argsstring[]

Returns

string


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.