| Package | Description |
|---|---|
| org.apache.shardingsphere.core.parse.antlr.extractor.impl.dml | |
| org.apache.shardingsphere.core.parse.antlr.sql.segment.dml.expr |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<? extends ExpressionSegment> |
ExpressionExtractor.extract(Map<org.antlr.v4.runtime.ParserRuleContext,Integer> placeholderIndexes,
org.antlr.v4.runtime.ParserRuleContext expressionNode)
Extract expression.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonExpressionSegment
Common expression segment.
|
class |
FunctionExpressionSegment
Function expression segment.
|
class |
PropertyExpressionSegment
Property expression segment.
|
class |
SubquerySegment
Subquery expression segment.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.