Uses of Interface
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.PaginationValueSegment
-
-
Uses of PaginationValueSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination
Subinterfaces of PaginationValueSegment in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination Modifier and Type Interface Description interfaceNumberLiteralPaginationValueSegmentPagination value segment for number literal.interfaceParameterMarkerPaginationValueSegmentPagination value segment for parameter marker. -
Uses of PaginationValueSegment 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 PaginationValueSegment Modifier and Type Class Description classLimitValueSegmentLimit value segment.classNumberLiteralLimitValueSegmentLimit value segment for number literal.classParameterMarkerLimitValueSegmentLimit value segment for parameter marker.Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit that return types with arguments of type PaginationValueSegment Modifier and Type Method Description Optional<PaginationValueSegment>LimitSegment. getOffset()Get offset.Optional<PaginationValueSegment>LimitSegment. getRowCount()Get row count. -
Uses of PaginationValueSegment 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 PaginationValueSegment Modifier and Type Class Description classNumberLiteralRowNumberValueSegmentRow number value segment for number literal.classParameterMarkerRowNumberValueSegmentRow number value segment for parameter marker.classRowNumberValueSegmentRow number value segment.
-