Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.generic.OwnerSegment
-
-
Uses of OwnerSegment in org.apache.shardingsphere.sql.parser.sql.common.extractor
Methods in org.apache.shardingsphere.sql.parser.sql.common.extractor with parameters of type OwnerSegment Modifier and Type Method Description booleanTableExtractor. needRewrite(OwnerSegment owner)Check if the table needs to be overwritten. -
Uses of OwnerSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.index
Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.index that return types with arguments of type OwnerSegment Modifier and Type Method Description Optional<OwnerSegment>IndexSegment. getOwner()Optional<OwnerSegment>IndexTypeSegment. getOwner() -
Uses of OwnerSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.packages
Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.packages that return types with arguments of type OwnerSegment Modifier and Type Method Description Optional<OwnerSegment>PackageSegment. getOwner() -
Uses of OwnerSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine
Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.routine that return types with arguments of type OwnerSegment Modifier and Type Method Description Optional<OwnerSegment>FunctionNameSegment. getOwner() -
Uses of OwnerSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.type
Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.type that return types with arguments of type OwnerSegment Modifier and Type Method Description Optional<OwnerSegment>TypeSegment. getOwner() -
Uses of OwnerSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column
Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column that return types with arguments of type OwnerSegment Modifier and Type Method Description Optional<OwnerSegment>ColumnSegment. getOwner() -
Uses of OwnerSegment 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 OwnerSegment Modifier and Type Method Description Optional<OwnerSegment>ShorthandProjectionSegment. getOwner() -
Uses of OwnerSegment 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 OwnerSegment Modifier and Type Method Description Optional<OwnerSegment>OwnerAvailable. getOwner()Get owner.Optional<OwnerSegment>OwnerSegment. getOwner()Get owner.Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.generic with parameters of type OwnerSegment Modifier and Type Method Description voidOwnerAvailable. setOwner(OwnerSegment owner)Set owner. -
Uses of OwnerSegment 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 OwnerSegment Modifier and Type Method Description Optional<OwnerSegment>SimpleTableSegment. getOwner()
-