Uses of Class
org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ColumnProjection
-
-
Uses of ColumnProjection in org.apache.shardingsphere.infra.binder.segment.select.projection.impl
Methods in org.apache.shardingsphere.infra.binder.segment.select.projection.impl that return types with arguments of type ColumnProjection Modifier and Type Method Description Collection<ColumnProjection>ShorthandProjection. getColumnProjections()Get column projections. -
Uses of ColumnProjection in org.apache.shardingsphere.infra.binder.segment.table
Method parameters in org.apache.shardingsphere.infra.binder.segment.table with type arguments of type ColumnProjection Modifier and Type Method Description Map<String,String>TablesContext. findTableNamesByColumnProjection(Collection<ColumnProjection> columns, ShardingSphereSchema schema)Find expression table name map by column projection. -
Uses of ColumnProjection in org.apache.shardingsphere.infra.binder.statement.dml
Methods in org.apache.shardingsphere.infra.binder.statement.dml that return types with arguments of type ColumnProjection Modifier and Type Method Description Optional<ColumnProjection>SelectStatementContext. findColumnProjection(int columnIndex)Find column projection.
-