public final class SubstitutableColumnNameToken extends SQLToken implements Substitutable, RouteUnitAware
| Constructor and Description |
|---|
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.enums.QuoteCharacter quoteCharacter) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString(RouteUnit routeUnit)
To string.
|
compareToclone, 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.enums.QuoteCharacter quoteCharacter)
public String toString(RouteUnit routeUnit)
RouteUnitAwaretoString in interface RouteUnitAwarerouteUnit - route unitCopyright © 2023 The Apache Software Foundation. All rights reserved.