Uses of Interface
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.NumberLiteralPaginationValueSegment
-
-
Uses of NumberLiteralPaginationValueSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit that implement NumberLiteralPaginationValueSegment Modifier and Type Class Description classNumberLiteralLimitValueSegmentLimit value segment for number literal. -
Uses of NumberLiteralPaginationValueSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.rownum
Classes in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.rownum that implement NumberLiteralPaginationValueSegment Modifier and Type Class Description classNumberLiteralRowNumberValueSegmentRow number value segment for number literal.
-