Class EncryptPredicateInRightValueToken

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

public final class EncryptPredicateInRightValueToken extends SQLToken implements Substitutable
Predicate in right value token for encrypt.
  • Constructor Details

    • EncryptPredicateInRightValueToken

      public EncryptPredicateInRightValueToken(int startIndex, int stopIndex, Map<Integer,Object> indexValues, Collection<Integer> paramMarkerIndexes)
  • Method Details