Uses of Interface
org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.ParameterMarkerPaginationValueSegment
-
-
Uses of ParameterMarkerPaginationValueSegment 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 ParameterMarkerPaginationValueSegment Modifier and Type Class Description classParameterMarkerLimitValueSegmentLimit value segment for parameter marker. -
Uses of ParameterMarkerPaginationValueSegment 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 ParameterMarkerPaginationValueSegment Modifier and Type Class Description classParameterMarkerRowNumberValueSegmentRow number value segment for parameter marker.
-