Constructor of OINODbSqlFilter
left side of the filter, either another filter or a column name
operation of the filter, either OINODbSqlComparison or OINODbSqlBooleanOperation
right side of the filter, either another filter or a value
Does filter contain any valid conditions.
Print filter as SQL condition based on the datamodel of the API.
data model (and database) to use for formatting of values
StaticandCombine two filters with an AND operation.
left side filter
right side filter
StaticcombineConstruct a new OINODbSqlFilter as combination of (boolean and/or) of two filters.
left side to combine
boolean operation to use in combination
right side to combine
StaticnotNegate a filter with a NOT operation.
left side filter
StaticorCombine two filters with an OR operation.
left side filter
right side filter
StaticparseConstructor for OINODbSqlFilter as parser of http parameter.
Supports three types of statements:
string representation of filter from HTTP-request
Class for recursively parsing of filters and printing them as SQL conditions. Supports three types of statements