public final class EncryptResultDecoratorEngine extends Object implements ResultDecoratorEngine<EncryptRule>
| 构造器和说明 |
|---|
EncryptResultDecoratorEngine() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getOrder() |
Class<EncryptRule> |
getTypeClass() |
ResultDecorator |
newInstance(org.apache.shardingsphere.infra.database.type.DatabaseType databaseType,
org.apache.shardingsphere.infra.metadata.model.physical.model.schema.PhysicalSchemaMetaData schemaMetaData,
EncryptRule encryptRule,
org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props,
org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext) |
public ResultDecorator newInstance(org.apache.shardingsphere.infra.database.type.DatabaseType databaseType, org.apache.shardingsphere.infra.metadata.model.physical.model.schema.PhysicalSchemaMetaData schemaMetaData, EncryptRule encryptRule, org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext)
newInstance 在接口中 ResultDecoratorEngine<EncryptRule>public int getOrder()
getOrder 在接口中 org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<EncryptRule>public Class<EncryptRule> getTypeClass()
getTypeClass 在接口中 org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<EncryptRule>Copyright © 2020 The Apache Software Foundation. All rights reserved.