Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.statement.dml.InsertStatement
-
-
Uses of InsertStatement in org.apache.shardingsphere.sql.parser.sql.common.extractor
Methods in org.apache.shardingsphere.sql.parser.sql.common.extractor with parameters of type InsertStatement Modifier and Type Method Description voidTableExtractor. extractTablesFromInsert(InsertStatement insertStatement)Extract table that should be rewritten from insert statement. -
Uses of InsertStatement 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 InsertStatement Modifier and Type Method Description Optional<InsertStatement>ValidStatementSegment. getInsert()Get insert statement.Optional<InsertStatement>ValidStatementSegment. getReplace()Get replace statement. -
Uses of InsertStatement 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 InsertStatement Modifier and Type Method Description Optional<InsertStatement>PrepareStatementQuerySegment. getInsert()Get insert statement. -
Uses of InsertStatement 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 InsertStatement Modifier and Type Method Description Optional<InsertStatement>PrepareStatement. getInsert()Get insert statement. -
Uses of InsertStatement 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 InsertStatement Modifier and Type Method Description static Optional<InsertMultiTableElementSegment>InsertStatementHandler. getInsertMultiTableElementSegment(InsertStatement insertStatement)Get insert multi table element segment.static Optional<OnDuplicateKeyColumnsSegment>InsertStatementHandler. getOnDuplicateKeyColumnsSegment(InsertStatement insertStatement)Get On duplicate key columns segment.static Optional<OutputSegment>InsertStatementHandler. getOutputSegment(InsertStatement insertStatement)Get output segment.static Optional<ReturningSegment>InsertStatementHandler. getReturningSegment(InsertStatement insertStatement)Get returning segment of insert statement.static Optional<SubquerySegment>InsertStatementHandler. getSelectSubquery(InsertStatement insertStatement)Get select subquery segment.static Optional<SetAssignmentSegment>InsertStatementHandler. getSetAssignmentSegment(InsertStatement insertStatement)Get set assignment segment.static Optional<WithSegment>InsertStatementHandler. getWithSegment(InsertStatement insertStatement)Get with segment. -
Uses of InsertStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml
Subclasses of InsertStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml Modifier and Type Class Description classMySQLInsertStatementMySQL insert statement. -
Uses of InsertStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dml
Subclasses of InsertStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dml Modifier and Type Class Description classOpenGaussInsertStatementOpenGauss insert statement. -
Uses of InsertStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml
Subclasses of InsertStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml Modifier and Type Class Description classOracleInsertStatementOracle insert statement. -
Uses of InsertStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml
Subclasses of InsertStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml Modifier and Type Class Description classPostgreSQLInsertStatementPostgreSQL insert statement. -
Uses of InsertStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml
Subclasses of InsertStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml Modifier and Type Class Description classSQL92InsertStatementSQL92 insert statement. -
Uses of InsertStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml
Subclasses of InsertStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml Modifier and Type Class Description classSQLServerInsertStatementSQLServer insert statement.
-