Package | Description |
---|---|
com.sm.query | |
com.sm.query.utils |
Modifier and Type | Method and Description |
---|---|
QueryUtils.Comparator |
Expression.getComparator() |
Constructor and Description |
---|
Expression(QueryUtils.Comparator comparator) |
Expression(QueryUtils.Comparator comparator,
boolean isKey) |
Expression(QueryUtils.Comparator comparator,
List<String> operands) |
Expression(QueryUtils.Comparator comparator,
List<String> operands,
boolean isKey) |
Modifier and Type | Method and Description |
---|---|
static QueryUtils.Comparator |
QueryUtils.Comparator.getComparator(String value) |
static QueryUtils.Comparator |
QueryUtils.Comparator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryUtils.Comparator[] |
QueryUtils.Comparator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
QueryUtils.deterMineDouble(double diff,
QueryUtils.Comparator comparator) |
static boolean |
QueryUtils.deterMineLong(long diff,
QueryUtils.Comparator comparator) |
Copyright © 2016. All rights reserved.