Class EncryptBinaryCondition
java.lang.Object
org.apache.shardingsphere.encrypt.rewrite.condition.impl.EncryptBinaryCondition
- All Implemented Interfaces:
EncryptCondition
Encrypt condition for equal.
-
Constructor Summary
ConstructorsConstructorDescriptionEncryptBinaryCondition(String columnName, String tableName, String operator, int startIndex, int stopIndex, org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment expressionSegment) -
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
-
EncryptBinaryCondition
-
-
Method Details
-
getValues
Get values.- Specified by:
getValuesin interfaceEncryptCondition- Parameters:
params- SQL parameters- Returns:
- values
-