Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment
-
-
Uses of ColumnSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.position
Constructors in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.column.position with parameters of type ColumnSegment Constructor Description ColumnAfterPositionSegment(int startIndex, int stopIndex, ColumnSegment columnName)ColumnFirstPositionSegment(int startIndex, int stopIndex, ColumnSegment columnName) -
Uses of ColumnSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.assignment
Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.assignment that return types with arguments of type ColumnSegment Modifier and Type Method Description List<ColumnSegment>AssignmentSegment. getColumns()Get list of column segments. -
Uses of ColumnSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item
Constructors in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item with parameters of type ColumnSegment Constructor Description ColumnProjectionSegment(ColumnSegment columnSegment) -
Uses of ColumnSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item
Constructors in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item with parameters of type ColumnSegment Constructor Description ColumnOrderByItemSegment(ColumnSegment column, OrderDirection orderDirection, NullsOrderType nullsOrderType) -
Uses of ColumnSegment in org.apache.shardingsphere.sql.parser.sql.common.statement.dml
Methods in org.apache.shardingsphere.sql.parser.sql.common.statement.dml that return types with arguments of type ColumnSegment Modifier and Type Method Description Collection<ColumnSegment>InsertStatement. getColumns()Get columns. -
Uses of ColumnSegment in org.apache.shardingsphere.sql.parser.sql.common.util
Methods in org.apache.shardingsphere.sql.parser.sql.common.util that return types with arguments of type ColumnSegment Modifier and Type Method Description static Collection<ColumnSegment>ColumnExtractor. extract(ExpressionSegment expression)Extract column segment collection.Method parameters in org.apache.shardingsphere.sql.parser.sql.common.util with type arguments of type ColumnSegment Modifier and Type Method Description static voidColumnExtractor. extractColumnSegments(Collection<ColumnSegment> columnSegments, Collection<WhereSegment> whereSegments)Extract column segments. -
Uses of ColumnSegment in org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.handler.ddl that return types with arguments of type ColumnSegment Modifier and Type Method Description static List<ColumnSegment>CreateTableStatementHandler. getColumns(CreateTableStatement createTableStatement)Get list of columns. -
Uses of ColumnSegment in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml that return types with arguments of type ColumnSegment Modifier and Type Method Description static Collection<ColumnSegment>CopyStatementHandler. getColumns(CopyStatement copyStatement)Get list of column segment. -
Uses of ColumnSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal that return types with arguments of type ColumnSegment Modifier and Type Method Description Optional<ColumnSegment>MySQLExplainStatement. getColumnWild()Get column segment.
-