Class ParameterMarkerLimitValueSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit.LimitValueSegment
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit.ParameterMarkerLimitValueSegment
-
- All Implemented Interfaces:
ASTNode,PaginationValueSegment,ParameterMarkerPaginationValueSegment,ParameterMarkerSegment,SQLSegment
public final class ParameterMarkerLimitValueSegment extends LimitValueSegment implements ParameterMarkerPaginationValueSegment
Limit value segment for parameter marker.
-
-
Constructor Summary
Constructors Constructor Description ParameterMarkerLimitValueSegment(int startIndex, int stopIndex, int paramIndex)
-
Method Summary
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit.LimitValueSegment
isBoundOpened
-
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
-
-