Interface ProjectionSegment
-
- All Superinterfaces:
ASTNode,SQLSegment
- All Known Implementing Classes:
AggregationDistinctProjectionSegment,AggregationProjectionSegment,ColumnProjectionSegment,DatetimeProjectionSegment,ExpressionProjectionSegment,ParameterMarkerExpressionSegment,ShorthandProjectionSegment,SubqueryProjectionSegment,TopProjectionSegment,XmlPiFunctionSegment,XmlQueryAndExistsFunctionSegment,XmlSerializeFunctionSegment,XmlTableFunctionSegment
public interface ProjectionSegment extends SQLSegment
Projection segment.
-
-
Method Summary
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
getStartIndex, getStopIndex
-
-