Package com.denodo.vdb.engine.customwrapper.condition
package com.denodo.vdb.engine.customwrapper.condition
Provides the classes needed to deal with conditions of Custom Wrappers.
-
ClassesClassDescriptionDefines an AND condition in terms of a list of conditions: CONDITION_1 AND CONDITION_2 AND ...Superclass of all the types of conditions supported by Custom Wrappers.Encapsulates a
CustomWrapperCondition
and its representation as aMap<CustomWrapperFieldExpression, Object>
.Defines a NOT condition in terms of an encapsulated condition: NOT MY_CONDITIONDefines an OR condition in terms of a list of conditions: CONDITION_1 OR CONDITION_2 OR ...Defines a simple condition in terms of an expression (the left side of the condition, usually a field's name), an operator and a list of expressions (the right side of the condition).