public final class OwnerToken extends SQLToken implements Substitutable, RouteUnitAware
| Constructor and Description |
|---|
OwnerToken(int startIndex,
int stopIndex,
org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue ownerName,
org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue tableName) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
String |
toString(RouteUnit routeUnit)
To string.
|
compareToclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetStartIndex, getStopIndexpublic OwnerToken(int startIndex,
int stopIndex,
org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue ownerName,
org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue tableName)
public String toString(RouteUnit routeUnit)
RouteUnitAwaretoString in interface RouteUnitAwarerouteUnit - route unitCopyright © 2023 The Apache Software Foundation. All rights reserved.