Skip to main content

index

Functions

FunctionDescription
getDatetimeJsonLogicOperationsCustom operations for use with JsonLogic objects generated by datetimeRuleProcessorJsonLogic.
getDatetimeRuleProcessorCELGenerates a rule processor with date/time features for use by formatQuery with the "cel" format.
getDatetimeRuleProcessorJSONataGenerates a rule processor with date/time features for use by formatQuery with the "jsonata" format.
getDatetimeRuleProcessorMongoDBQueryGenerates a rule processor with date/time features for use by formatQuery with the "mongodb_query" format.
getDatetimeRuleProcessorSQLGenerates a rule processor with date/time features for use by formatQuery with the "sql" format.
getDatetimeValueProcessorANSIGenerates a value processor with date/time features for use by formatQuery with the "sql" format and "ansi" preset.
getDatetimeValueProcessorMSSQLGenerates a value processor with date/time features for use by formatQuery with the "sql" format and "mssql" preset.
getDatetimeValueProcessorMySQLGenerates a value processor with date/time features for use by formatQuery with the "sql" format and "mysql" preset.
getDatetimeValueProcessorOracleGenerates a value processor with date/time features for use by formatQuery with the "sql" format and "oracle" preset.
getDatetimeValueProcessorPostgreSQLGenerates a value processor with date/time features for use by formatQuery with the "sql" format and "postgresql" preset.

Interfaces

InterfaceDescription
RQBDateTimeLibraryAPI-
RQBJsonLogicDateAfter-
RQBJsonLogicDateBefore-
RQBJsonLogicDateBetween-
RQBJsonLogicDateIn-
RQBJsonLogicDateNotBetween-
RQBJsonLogicDateNotIn-
RQBJsonLogicDateNotOn-
RQBJsonLogicDateOn-
RQBJsonLogicDateOnOrAfter-
RQBJsonLogicDateOnOrBefore-

Type Aliases

Type AliasDescription
IsDateField-
IsDateFieldFunction-
RQBDateTimeJsonLogicJsonLogic rule object with additional operators generated by formatQuery and accepted by parseJsonLogic.
RQBJsonLogicDateTimeOperations-

Variables

VariableDescription
datetimeRuleProcessorJsonLogicDate/time rule processor for use by formatQuery with the "jsonlogic" format.

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.