public final class FetchDirectionToken extends SQLToken implements Substitutable
| 构造器和说明 |
|---|
FetchDirectionToken(int startIndex,
int stopIndex,
org.apache.shardingsphere.sql.parser.sql.common.constant.DirectionType directionType,
long fetchCount,
String cursorName,
org.apache.shardingsphere.infra.context.ConnectionContext connectionContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
toString() |
compareTo, getStartIndexclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetStartIndex, getStopIndexpublic FetchDirectionToken(int startIndex,
int stopIndex,
org.apache.shardingsphere.sql.parser.sql.common.constant.DirectionType directionType,
long fetchCount,
String cursorName,
org.apache.shardingsphere.infra.context.ConnectionContext connectionContext)
Copyright © 2022 The Apache Software Foundation. All rights reserved.