Interface NumberLiteralPaginationValueSegment
-
- All Superinterfaces:
ASTNode,PaginationValueSegment,SQLSegment
- All Known Implementing Classes:
NumberLiteralLimitValueSegment,NumberLiteralRowNumberValueSegment
public interface NumberLiteralPaginationValueSegment extends PaginationValueSegment
Pagination value segment for number literal.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetValue()Get value.-
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
-
-