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