public final class SubstitutableColumnNameToken extends SQLToken implements Substitutable, RouteUnitAware
| 构造器和说明 |
|---|
SubstitutableColumnNameToken(int startIndex,
int stopIndex,
Collection<org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ColumnProjection> projections) |
SubstitutableColumnNameToken(int startIndex,
int stopIndex,
Collection<org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ColumnProjection> projections,
boolean lastColumn) |
SubstitutableColumnNameToken(int startIndex,
int stopIndex,
Collection<org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ColumnProjection> projections,
org.apache.shardingsphere.sql.parser.sql.common.constant.QuoteCharacter quoteCharacter) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
toString(RouteUnit routeUnit)
To string.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStartIndex, getStopIndexpublic SubstitutableColumnNameToken(int startIndex,
int stopIndex,
Collection<org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ColumnProjection> projections)
public SubstitutableColumnNameToken(int startIndex,
int stopIndex,
Collection<org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ColumnProjection> projections,
boolean lastColumn)
public SubstitutableColumnNameToken(int startIndex,
int stopIndex,
Collection<org.apache.shardingsphere.infra.binder.segment.select.projection.impl.ColumnProjection> projections,
org.apache.shardingsphere.sql.parser.sql.common.constant.QuoteCharacter quoteCharacter)
public String toString(RouteUnit routeUnit)
RouteUnitAwaretoString 在接口中 RouteUnitAwarerouteUnit - route unitCopyright © 2021 The Apache Software Foundation. All rights reserved.