Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.statement.dml.UpdateStatement
-
-
Uses of UpdateStatement in org.apache.shardingsphere.sql.parser.sql.common.extractor
Methods in org.apache.shardingsphere.sql.parser.sql.common.extractor with parameters of type UpdateStatement Modifier and Type Method Description voidTableExtractor. extractTablesFromUpdate(UpdateStatement updateStatement)Extract table that should be rewritten from update statement. -
Uses of UpdateStatement 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 UpdateStatement Modifier and Type Method Description Optional<UpdateStatement>ValidStatementSegment. getUpdate()Get update statement. -
Uses of UpdateStatement 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 UpdateStatement Modifier and Type Method Description Optional<UpdateStatement>PrepareStatementQuerySegment. getUpdate()Get update statement. -
Uses of UpdateStatement 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 UpdateStatement Modifier and Type Method Description Optional<UpdateStatement>PrepareStatement. getUpdate()Get update statement. -
Uses of UpdateStatement 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 UpdateStatement Modifier and Type Method Description static Optional<LimitSegment>UpdateStatementHandler. getLimitSegment(UpdateStatement updateStatement)Get limit segment.static Optional<OrderBySegment>UpdateStatementHandler. getOrderBySegment(UpdateStatement updateStatement)Get order by segment. -
Uses of UpdateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml
Subclasses of UpdateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml Modifier and Type Class Description classMySQLUpdateStatementMySQL update statement. -
Uses of UpdateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dml
Subclasses of UpdateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dml Modifier and Type Class Description classOpenGaussUpdateStatementOpenGauss update statement. -
Uses of UpdateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml
Subclasses of UpdateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml Modifier and Type Class Description classOracleUpdateStatementOracle update statement. -
Uses of UpdateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml
Subclasses of UpdateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml Modifier and Type Class Description classPostgreSQLUpdateStatementPostgreSQL update statement. -
Uses of UpdateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml
Subclasses of UpdateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml Modifier and Type Class Description classSQL92UpdateStatementSQL92 update statement. -
Uses of UpdateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml
Subclasses of UpdateStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml Modifier and Type Class Description classSQLServerUpdateStatementSQLServer update statement.
-