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
Predicate in right value token for encrypt.
-
Constructor Summary
ConstructorsConstructorDescriptionEncryptPredicateInRightValueToken(int startIndex, int stopIndex, Map<Integer, Object> indexValues, Collection<Integer> paramMarkerIndexes) -
Method Summary
Methods inherited from class org.apache.shardingsphere.infra.rewrite.sql.token.pojo.SQLToken
compareTo, getStartIndexMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.infra.rewrite.sql.token.pojo.Substitutable
getStartIndex, getStopIndex
-
Constructor Details
-
EncryptPredicateInRightValueToken
public EncryptPredicateInRightValueToken(int startIndex, int stopIndex, Map<Integer, Object> indexValues, Collection<Integer> paramMarkerIndexes)
-
-
Method Details