Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit.LimitSegment
-
-
Uses of LimitSegment 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 LimitSegment Modifier and Type Method Description static Optional<LimitSegment>DeleteStatementHandler. getLimitSegment(DeleteStatement deleteStatement)Get limit segment.static Optional<LimitSegment>SelectStatementHandler. getLimitSegment(SelectStatement selectStatement)Get limit segment.static Optional<LimitSegment>UpdateStatementHandler. getLimitSegment(UpdateStatement updateStatement)Get limit segment. -
Uses of LimitSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dml that return types with arguments of type LimitSegment Modifier and Type Method Description Optional<LimitSegment>MySQLDeleteStatement. getLimit()Get limit segment.Optional<LimitSegment>MySQLSelectStatement. getLimit()Get order by segment.Optional<LimitSegment>MySQLUpdateStatement. getLimit()Get order by segment. -
Uses of LimitSegment 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 LimitSegment Modifier and Type Method Description Optional<LimitSegment>OpenGaussSelectStatement. getLimit()Get order by segment. -
Uses of LimitSegment 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 LimitSegment Modifier and Type Method Description Optional<LimitSegment>PostgreSQLSelectStatement. getLimit()Get order by segment. -
Uses of LimitSegment in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml
Methods in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sql92.dml that return types with arguments of type LimitSegment Modifier and Type Method Description Optional<LimitSegment>SQL92SelectStatement. getLimit()Get order by segment. -
Uses of LimitSegment 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 LimitSegment Modifier and Type Method Description Optional<LimitSegment>SQLServerSelectStatement. getLimit()Get order by segment.
-