| 程序包 | 说明 |
|---|---|
| org.apache.shardingsphere.encrypt.rewrite.aware | |
| org.apache.shardingsphere.encrypt.rewrite.condition | |
| org.apache.shardingsphere.encrypt.rewrite.condition.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
EncryptConditionsAware.setEncryptConditions(Collection<EncryptCondition> encryptConditions)
Set encrypt conditions.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<EncryptCondition> |
EncryptConditionEngine.createEncryptConditions(Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate.WhereSegment> whereSegments,
Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment> columnSegments,
org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext,
String databaseName)
Create encrypt conditions.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
EncryptEqualCondition
Encrypt condition for equal.
|
class |
EncryptInCondition
Encrypt condition.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.