| 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 |
ST_Extent |
class |
Sum |
| Modifier and Type | Class and Description |
|---|---|
class |
Addition |
class |
ArithmeticExpression |
class |
Division |
class |
Exponentiation |
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 | Interface and Description |
|---|---|
interface |
ConditionalExpression |
| Modifier and Type | Class and Description |
|---|---|
class |
Case |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TextExpression |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTextExpression |
class |
CaseSensitiveTextExpression |
class |
Concat |
class |
Length |
class |
Levenshtein |
class |
Lower |
class |
MD5 |
class |
RepeatText |
class |
Similarity |
class |
Soundex |
class |
SubstringByIndex |
class |
SubstringByRegex |
class |
SubstringPosition |
class |
TextBeginsWith |
class |
TextContains |
class |
TextEndsWith |
class |
TextMatchPosixRegexp |
class |
TextMatchSQLRegexp |
class |
TextReplaceMatchingRegex |
class |
Trim |
class |
Upper |
| 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 © 2017. All Rights Reserved.