public final class EncryptCondition extends Object
| Constructor and Description |
|---|
EncryptCondition(String columnName,
String tableName,
int startIndex,
int stopIndex,
org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.ExpressionSegment expressionSegment) |
EncryptCondition(String columnName,
String tableName,
int startIndex,
int stopIndex,
List<org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.ExpressionSegment> expressionSegments) |
public EncryptCondition(String columnName, String tableName, int startIndex, int stopIndex, org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.ExpressionSegment expressionSegment)
public EncryptCondition(String columnName, String tableName, int startIndex, int stopIndex, List<org.apache.shardingsphere.sql.parser.sql.segment.dml.expr.ExpressionSegment> expressionSegments)
Copyright © 2020 The Apache Software Foundation. All rights reserved.