java.lang.Object
org.apache.shardingsphere.infra.rewrite.sql.token.pojo.SQLToken
org.apache.shardingsphere.infra.rewrite.sql.token.pojo.generic.OwnerToken
All Implemented Interfaces:
Comparable<SQLToken>, RouteUnitAware, Substitutable

public final class OwnerToken extends SQLToken implements Substitutable, RouteUnitAware
Owner token.
  • Constructor Details

    • OwnerToken

      public 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)
  • Method Details