java.lang.Object
org.apache.shardingsphere.encrypt.rewrite.condition.impl.EncryptInCondition
All Implemented Interfaces:
EncryptCondition

public final class EncryptInCondition extends Object implements EncryptCondition
Encrypt condition.
  • Constructor Details

    • EncryptInCondition

      public EncryptInCondition(String columnName, String tableName, int startIndex, int stopIndex, List<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.ExpressionSegment> expressionSegments)
  • Method Details