public final class TableToken extends SQLToken implements Substitutable, LogicAndActualTablesAware
| Constructor and Description |
|---|
TableToken(int startIndex,
int stopIndex,
String tableName,
org.apache.shardingsphere.sql.parser.core.constant.QuoteCharacter quoteCharacter) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString(Map<String,String> logicAndActualTables)
To string.
|
compareTo, getStartIndexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStartIndex, getStopIndexpublic TableToken(int startIndex,
int stopIndex,
String tableName,
org.apache.shardingsphere.sql.parser.core.constant.QuoteCharacter quoteCharacter)
public String toString(Map<String,String> logicAndActualTables)
LogicAndActualTablesAwaretoString in interface LogicAndActualTablesAwarelogicAndActualTables - logic and actual tablesCopyright © 2020 The Apache Software Foundation. All rights reserved.