Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement
-
-
Uses of SelectStatement in org.apache.shardingsphere.sql.parser.sql.common.extractor
Methods in org.apache.shardingsphere.sql.parser.sql.common.extractor with parameters of type SelectStatement Modifier and Type Method Description voidTableExtractor. extractTablesFromSelect(SelectStatement selectStatement)Extract table that should be rewritten from select statement. -
Uses of SelectStatement 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 SelectStatement Modifier and Type Method Description Optional<SelectStatement>ValidStatementSegment. getSelect()Get select statement. -
Uses of SelectStatement in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.prepare
Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.prepare that return types with arguments of type SelectStatement Modifier and Type Method Description Optional<SelectStatement>PrepareStatementQuerySegment. getSelect()Get select statement. -
Uses of SelectStatement in org.apache.shardingsphere.sql.parser.sql.common.statement.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.common.statement.ddl that return types with arguments of type SelectStatement Modifier and Type Method Description Optional<SelectStatement>PrepareStatement. getSelect()Get select statement. -
Uses of SelectStatement in org.apache.shardingsphere.sql.parser.sql.common.util
Methods in org.apache.shardingsphere.sql.parser.sql.common.util with parameters of type SelectStatement Modifier and Type Method Description static Collection<WhereSegment>WhereExtractUtils. getJoinWhereSegments(SelectStatement selectStatement)Get join where segment from SelectStatement.static Collection<SubquerySegment>SubqueryExtractUtils. getSubquerySegments(SelectStatement selectStatement)Get subquery segment from SelectStatement.static Collection<WhereSegment>WhereExtractUtils. getSubqueryWhereSegments(SelectStatement selectStatement)Get subquery where segment from SelectStatement. -
Uses of SelectStatement 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 SelectStatement Modifier and Type Method Description static Optional<SelectStatement>AlterViewStatementHandler. getSelectStatement(AlterViewStatement alterViewStatement)Get select statement.static Optional<SelectStatement>CreateTableStatementHandler. getSelectStatement(CreateTableStatement createTableStatement)Get select statement. -
Uses of SelectStatement in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml with parameters of type SelectStatement Modifier and Type Method Description static Optional<LimitSegment>SelectStatementHandler. getLimitSegment(SelectStatement selectStatement)Get limit segment.static Optional<LockSegment>SelectStatementHandler. getLockSegment(SelectStatement selectStatement)Get lock segment.static Optional<ModelSegment>SelectStatementHandler. getModelSegment(SelectStatement selectStatement)Get model segment.static Optional<WindowSegment>SelectStatementHandler. getWindowSegment(SelectStatement selectStatement)Get window segment.static Optional<WithSegment>SelectStatementHandler. getWithSegment(SelectStatement selectStatement)Get with segment. -
Uses of SelectStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml
Subclasses of SelectStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml Modifier and Type Class Description classMySQLSelectStatementMySQL select statement. -
Uses of SelectStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dml
Subclasses of SelectStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dml Modifier and Type Class Description classOpenGaussSelectStatementOpenGauss select statement. -
Uses of SelectStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml
Subclasses of SelectStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml Modifier and Type Class Description classOracleSelectStatementOracle select statement. -
Uses of SelectStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml
Subclasses of SelectStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml Modifier and Type Class Description classPostgreSQLSelectStatementPostgreSQL select statement. -
Uses of SelectStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml
Subclasses of SelectStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml Modifier and Type Class Description classSQL92SelectStatementSQL92 select statement. -
Uses of SelectStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.ddl that return types with arguments of type SelectStatement Modifier and Type Method Description Optional<SelectStatement>SQLServerCreateTableStatement. getSelectStatement()Get select statement. -
Uses of SelectStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml
Subclasses of SelectStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml Modifier and Type Class Description classSQLServerSelectStatementSQLServer select statement.
-