| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<? extends ExpressionSegment> |
ExpressionExtractor.extract(org.antlr.v4.runtime.ParserRuleContext expressionNode,
Map<org.antlr.v4.runtime.ParserRuleContext,Integer> parameterMarkerIndexes) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComplexExpressionSegment
Complex expression segment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonExpressionSegment
Common expression segment.
|
class |
SubquerySegment
Subquery 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 | Method and Description |
|---|---|
List<List<ExpressionSegment>> |
InsertStatement.getAllValueExpressions()
Get all value expressions.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.