Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.combine.CombineSegment
-
Packages that use CombineSegment Package Description org.apache.shardingsphere.sql.parser.sql.common.statement.dml -
-
Uses of CombineSegment 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 CombineSegment Modifier and Type Method Description Optional<CombineSegment>SelectStatement. getCombine()Get combine segment.
-