Interface PaginationValueSegment
-
- All Superinterfaces:
ASTNode,SQLSegment
- All Known Subinterfaces:
NumberLiteralPaginationValueSegment,ParameterMarkerPaginationValueSegment
- All Known Implementing Classes:
LimitValueSegment,NumberLiteralLimitValueSegment,NumberLiteralRowNumberValueSegment,ParameterMarkerLimitValueSegment,ParameterMarkerRowNumberValueSegment,RowNumberValueSegment
public interface PaginationValueSegment extends SQLSegment
Pagination value segment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisBoundOpened()Is bound opened.-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
getStartIndex, getStopIndex
-
-