| Modifier and Type | Class and Description |
|---|---|
class |
ColumnSegment
Column segment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BetweenExpression |
class |
BinaryOperationExpression
Binary operation expression.
|
class |
ExistsSubqueryExpression |
class |
InExpression |
class |
ListExpression |
class |
NotExpression |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExpressionSegment> |
InExpression.getExpressionList()
Get expression list from right.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComplexExpressionSegment
Complex expression segment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonExpressionSegment
Common expression segment.
|
class |
CommonTableExpressionSegment
Common table expression segment.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SimpleExpressionSegment
Simple expression segment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LiteralExpressionSegment
Literal expression segment.
|
class |
ParameterMarkerExpressionSegment
Parameter marker expression segment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubqueryExpressionSegment
Subquery expression segment.
|
class |
SubquerySegment
Subquery segment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregationDistinctProjectionSegment
Aggregation distinct projection segment.
|
class |
AggregationProjectionSegment
Aggregation projection segment.
|
class |
ExpressionProjectionSegment
Expression projection segment.
|
| Modifier and Type | Method and Description |
|---|---|
static ExpressionSegment |
SQLUtil.createLiteralExpression(ASTNode astNode,
int startIndex,
int stopIndex,
String text)
Create literal expression.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<ColumnSegment> |
ColumnExtractor.extract(ExpressionSegment expression)
Get left value if left value of expression is column segment.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.