index
Functions
| Function | Description |
|---|---|
| getDatetimeJsonLogicOperations | Custom operations for use with JsonLogic objects generated by datetimeRuleProcessorJsonLogic. |
| getDatetimeRuleProcessorCEL | Generates a rule processor with date/time features for use by formatQuery with the "cel" format. |
| getDatetimeRuleProcessorJSONata | Generates a rule processor with date/time features for use by formatQuery with the "jsonata" format. |
| getDatetimeRuleProcessorMongoDBQuery | Generates a rule processor with date/time features for use by formatQuery with the "mongodb_query" format. |
| getDatetimeRuleProcessorNL | Generates a rule processor with date/time features for use by formatQuery with the "natural_language" format. |
| getDatetimeRuleProcessorSQL | Generates a rule processor with date/time features for use by formatQuery with the "sql" format. |
| getDatetimeValueProcessorANSI | Generates a value processor with date/time features for use by formatQuery with the "sql" format and "ansi" preset. |
| getDatetimeValueProcessorMSSQL | Generates a value processor with date/time features for use by formatQuery with the "sql" format and "mssql" preset. |
| getDatetimeValueProcessorMySQL | Generates a value processor with date/time features for use by formatQuery with the "sql" format and "mysql" preset. |
| getDatetimeValueProcessorOracle | Generates a value processor with date/time features for use by formatQuery with the "sql" format and "oracle" preset. |
| getDatetimeValueProcessorPostgreSQL | Generates a value processor with date/time features for use by formatQuery with the "sql" format and "postgresql" preset. |
Interfaces
Type Aliases
| Type Alias | Description |
|---|---|
| IsDateField | - |
| IsDateFieldFunction | - |
| RQBDateTimeJsonLogic | JsonLogic rule object with additional operators generated by formatQuery and accepted by parseJsonLogic. |
| RQBJsonLogicDateTimeOperations | - |
Variables
| Variable | Description |
|---|---|
| datetimeRuleProcessorJsonLogic | Date/time rule processor for use by formatQuery with the "jsonlogic" format. |
| datetimeValueProcessorNL | Generates a value processor with date/time features for use by formatQuery with the "natural_language" format. |
| defaultDateTimeNLOperatorMap | - |
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.