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
| Parameter | Type |
|---|---|
opts | ValueProcessorOptions |
...args | string[] |
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.