Class EncryptAlterTableToken

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

public final class EncryptAlterTableToken extends SQLToken implements Substitutable
Alter table token for encrypt.
  • Constructor Details

    • EncryptAlterTableToken

      public EncryptAlterTableToken(int startIndex, int stopIndex, String columnName, String operationType)
  • Method Details