| Modifier and Type | Method and Description |
|---|---|
static List<Class<? extends Expression>> |
Expression.getExpressionsByCategory(Class<? extends ExpressionCategory> category) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AggregationExpression |
| Modifier and Type | Class and Description |
|---|---|
class |
Avg |
class |
Count |
class |
Max |
class |
Min |
class |
Sum |
| Modifier and Type | Class and Description |
|---|---|
class |
Addition |
class |
ArithmeticExpression |
class |
Division |
class |
Modulus |
class |
Multiplication |
class |
Subtraction |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComparableExpression |
| Modifier and Type | Class and Description |
|---|---|
class |
Equals |
class |
GreaterOrEquals |
class |
GreaterThan |
class |
LessOrEquals |
class |
LessThan |
class |
NotEquals |
class |
NotGreater |
class |
NotLess |
| Modifier and Type | Class and Description |
|---|---|
class |
Concat |
class |
Soundex |
class |
SubstringByRegex |
class |
SubstringPosition |
class |
TextBeginsWith |
class |
TextContains |
class |
TextDifference |
class |
TextEndsWith |
class |
TextExpression |
class |
TextMatchSQLRegexp |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LogicalExpression |
| Modifier and Type | Class and Description |
|---|---|
class |
And |
class |
Between |
class |
IsNotNull |
class |
IsNull |
class |
Not |
class |
Or |
class |
ValueIsIn |
Copyright © 2014. All Rights Reserved.