Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.generic.AliasSegment
-
-
Uses of AliasSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.simple
Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.simple that return types with arguments of type AliasSegment Modifier and Type Method Description Optional<AliasSegment>ParameterMarkerExpressionSegment. getAlias() -
Uses of AliasSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item
Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item that return types with arguments of type AliasSegment Modifier and Type Method Description Optional<AliasSegment>AggregationProjectionSegment. getAlias()Optional<AliasSegment>ColumnProjectionSegment. getAlias()Optional<AliasSegment>ExpressionProjectionSegment. getAlias()Optional<AliasSegment>ShorthandProjectionSegment. getAlias()Optional<AliasSegment>SubqueryProjectionSegment. getAlias() -
Uses of AliasSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.generic
Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.generic that return types with arguments of type AliasSegment Modifier and Type Method Description Optional<AliasSegment>AliasAvailable. getAlias()Get alias segment.Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.generic with parameters of type AliasSegment Modifier and Type Method Description voidAliasAvailable. setAlias(AliasSegment alias)Set alias. -
Uses of AliasSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table
Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table that return types with arguments of type AliasSegment Modifier and Type Method Description Optional<AliasSegment>DeleteMultiTableSegment. getAlias()Optional<AliasSegment>JoinTableSegment. getAlias()Optional<AliasSegment>SimpleTableSegment. getAlias()Optional<AliasSegment>SubqueryTableSegment. getAlias()Optional<AliasSegment>XmlTableSegment. getAlias()Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table with parameters of type AliasSegment Modifier and Type Method Description voidDeleteMultiTableSegment. setAlias(AliasSegment alias)voidXmlTableSegment. setAlias(AliasSegment alias)
-