Class LimitValueSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.pagination.limit.LimitValueSegment
-
- All Implemented Interfaces:
ASTNode,PaginationValueSegment,SQLSegment
- Direct Known Subclasses:
NumberLiteralLimitValueSegment,ParameterMarkerLimitValueSegment
public abstract class LimitValueSegment extends Object implements PaginationValueSegment
Limit value segment.
-
-
Constructor Summary
Constructors Constructor Description LimitValueSegment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisBoundOpened()Is bound opened.-
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.SQLSegment
getStartIndex, getStopIndex
-
-
-
-
Method Detail
-
isBoundOpened
public final boolean isBoundOpened()
Description copied from interface:PaginationValueSegmentIs bound opened.- Specified by:
isBoundOpenedin interfacePaginationValueSegment- Returns:
- bound opened
-
-