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

public abstract class InsertValuesToken extends SQLToken implements Substitutable
Insert values token.
  • Constructor Details

    • InsertValuesToken

      protected InsertValuesToken(int startIndex, int stopIndex)