Class EncryptPredicateEqualRightValueToken
java.lang.Object
org.apache.shardingsphere.infra.rewrite.sql.token.pojo.SQLToken
org.apache.shardingsphere.encrypt.rewrite.token.pojo.EncryptPredicateEqualRightValueToken
- All Implemented Interfaces:
Comparable<SQLToken>,Substitutable
Predicate equal right value token for encrypt.
-
Constructor Summary
ConstructorsConstructorDescriptionEncryptPredicateEqualRightValueToken(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
-
EncryptPredicateEqualRightValueToken
public EncryptPredicateEqualRightValueToken(int startIndex, int stopIndex, Map<Integer, Object> indexValues, Collection<Integer> paramMarkerIndexes)
-
-
Method Details