Class EncryptInCondition
java.lang.Object
org.apache.shardingsphere.encrypt.rewrite.condition.impl.EncryptInCondition
- All Implemented Interfaces:
EncryptCondition
Encrypt condition.
-
Constructor Summary
ConstructorsConstructorDescriptionEncryptInCondition(String columnName, String tableName, int startIndex, int stopIndex, List<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment> expressionSegments) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.encrypt.rewrite.condition.EncryptCondition
getColumnName, getPositionIndexMap, getPositionValueMap, getStartIndex, getStopIndex, getTableName
-
Constructor Details
-
EncryptInCondition
-
-
Method Details
-
getValues
Description copied from interface:EncryptConditionGet values.- Specified by:
getValuesin interfaceEncryptCondition- Parameters:
params- SQL parameters- Returns:
- values
-