Class NumberLiteralRowNumberValueSegment
- 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.NumberLiteralRowNumberValueSegment
-
- All Implemented Interfaces:
ASTNode,NumberLiteralPaginationValueSegment,PaginationValueSegment,SQLSegment
public final class NumberLiteralRowNumberValueSegment extends RowNumberValueSegment implements NumberLiteralPaginationValueSegment
Row number value segment for number literal.
-
-
Constructor Summary
Constructors Constructor Description NumberLiteralRowNumberValueSegment(int startIndex, int stopIndex, long value, 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.NumberLiteralPaginationValueSegment
getValue
-
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
-
-