Class RowNumberValueSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.rownum.RowNumberValueSegment
-
- All Implemented Interfaces:
ASTNode,PaginationValueSegment,SQLSegment
- Direct Known Subclasses:
NumberLiteralRowNumberValueSegment,ParameterMarkerRowNumberValueSegment
public abstract class RowNumberValueSegment extends Object implements PaginationValueSegment
Row number value segment.
-
-
Constructor Summary
Constructors Constructor Description RowNumberValueSegment()
-
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.SQLSegment
getStartIndex, getStopIndex
-
-