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
Print filter as SQL condition based on the datamodel of the API.
data model (and database) to use for formatting of values
Static
combineConstruct 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
Static
parseConstructor 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