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

public final class RemoveToken extends SQLToken implements Substitutable
Remove token.
  • Constructor Details

    • RemoveToken

      public RemoveToken(int startIndex, int stopIndex)
  • Method Details