| com.flexive.shared.search.query.PropertyValueComparator
PropertyValueComparator | public enum PropertyValueComparator implements ValueComparator(Code) | | Supported value comparators for FxValues.
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Field Summary | |
Enum Constant | EMPTY | Enum Constant | EQ | Enum Constant | GE | Enum Constant | GT | Enum Constant | LE | Enum Constant | LIKE | Enum Constant | LT | Enum Constant | NE | Enum Constant | NOT_EMPTY |
EMPTY | Enum Constant EMPTY(Code) | | |
NOT_EMPTY | Enum Constant NOT_EMPTY(Code) | | |
getAvailable | public static List<PropertyValueComparator> getAvailable(FxDataType dataType)(Code) | | Returns a list of value comparators applicable to the given data type.
Parameters: dataType - the data type a list of value comparators applicable to the given data type. |
getSql | protected String getSql(String leftHandSide, String rightHandSide)(Code) | | Returns the SQL expression generated by combining both parameters with
this comparator.
Parameters: leftHandSide - the left-hand-side of the comparison Parameters: rightHandSide - the right-hand-side of the comparison the SQL query |
isNeedsInput | public boolean isNeedsInput()(Code) | |
|
|
|