Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.generic.WithSegment
-
-
Uses of WithSegment in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.handler.dml that return types with arguments of type WithSegment Modifier and Type Method Description static Optional<WithSegment>DeleteStatementHandler. getWithSegment(DeleteStatement deleteStatement)Get with segment.static Optional<WithSegment>InsertStatementHandler. getWithSegment(InsertStatement insertStatement)Get with segment.static Optional<WithSegment>SelectStatementHandler. getWithSegment(SelectStatement selectStatement)Get with segment. -
Uses of WithSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dml that return types with arguments of type WithSegment Modifier and Type Method Description Optional<WithSegment>OpenGaussInsertStatement. getWithSegment()Get with segment. -
Uses of WithSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.oracle.dml that return types with arguments of type WithSegment Modifier and Type Method Description Optional<WithSegment>OracleSelectStatement. getWithSegment()Get with segment. -
Uses of WithSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.dml that return types with arguments of type WithSegment Modifier and Type Method Description Optional<WithSegment>PostgreSQLInsertStatement. getWithSegment()Get with segment. -
Uses of WithSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.dml that return types with arguments of type WithSegment Modifier and Type Method Description Optional<WithSegment>SQLServerDeleteStatement. getWithSegment()Get with segment.Optional<WithSegment>SQLServerInsertStatement. getWithSegment()Get with segment.Optional<WithSegment>SQLServerSelectStatement. getWithSegment()Get with segment.Optional<WithSegment>SQLServerUpdateStatement. getWithSegment()Get with segment.
-