Class ParameterMarkerRowNumberValueSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.rownum.RowNumberValueSegment
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.rownum.ParameterMarkerRowNumberValueSegment
-
- All Implemented Interfaces:
ASTNode,PaginationValueSegment,ParameterMarkerPaginationValueSegment,ParameterMarkerSegment,SQLSegment
public final class ParameterMarkerRowNumberValueSegment extends RowNumberValueSegment implements ParameterMarkerPaginationValueSegment
Row number value segment for parameter marker.
-
-
Constructor Summary
Constructors Constructor Description ParameterMarkerRowNumberValueSegment(int startIndex, int stopIndex, int paramIndex, boolean boundOpened)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.PaginationValueSegment
isBoundOpened
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.segment.generic.ParameterMarkerSegment
getParameterIndex
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
getStartIndex, getStopIndex
-
-