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

public final class InsertColumnsToken extends SQLToken implements Attachable
Insert columns token.
  • Constructor Details

    • InsertColumnsToken

      public InsertColumnsToken(int startIndex, List<String> columns)
  • Method Details