Uses of Class
org.apache.shardingsphere.encrypt.rule.EncryptRule
Packages that use EncryptRule
Package
Description
-
Uses of EncryptRule in org.apache.shardingsphere.encrypt.merge
Methods in org.apache.shardingsphere.encrypt.merge that return types with arguments of type EncryptRuleMethods in org.apache.shardingsphere.encrypt.merge with parameters of type EncryptRuleModifier and TypeMethodDescriptionEncryptResultDecoratorEngine.newInstance(org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database, EncryptRule encryptRule, org.apache.shardingsphere.infra.config.props.ConfigurationProperties props, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext) -
Uses of EncryptRule in org.apache.shardingsphere.encrypt.merge.dal
Methods in org.apache.shardingsphere.encrypt.merge.dal with parameters of type EncryptRuleModifier and TypeMethodDescriptionEncryptDALResultDecorator.decorate(org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult queryResult, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext, EncryptRule rule) EncryptDALResultDecorator.decorate(MergedResult mergedResult, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext, EncryptRule rule) -
Uses of EncryptRule in org.apache.shardingsphere.encrypt.merge.dal.show
Constructors in org.apache.shardingsphere.encrypt.merge.dal.show with parameters of type EncryptRuleModifierConstructorDescriptionDecoratedEncryptShowColumnsMergedResult(MergedResult mergedResult, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext, EncryptRule encryptRule) DecoratedEncryptShowCreateTableMergedResult(MergedResult mergedResult, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext, EncryptRule encryptRule) protectedEncryptShowColumnsMergedResult(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext, EncryptRule encryptRule) protectedEncryptShowCreateTableMergedResult(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext, EncryptRule encryptRule) MergedEncryptShowColumnsMergedResult(org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult queryResult, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext, EncryptRule encryptRule) MergedEncryptShowCreateTableMergedResult(org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult queryResult, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext, EncryptRule encryptRule) -
Uses of EncryptRule in org.apache.shardingsphere.encrypt.merge.dql
Methods in org.apache.shardingsphere.encrypt.merge.dql with parameters of type EncryptRuleModifier and TypeMethodDescriptionEncryptDQLResultDecorator.decorate(org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult queryResult, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext, EncryptRule rule) EncryptDQLResultDecorator.decorate(MergedResult mergedResult, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext, EncryptRule rule) -
Uses of EncryptRule in org.apache.shardingsphere.encrypt.metadata
Methods in org.apache.shardingsphere.encrypt.metadata that return types with arguments of type EncryptRuleMethods in org.apache.shardingsphere.encrypt.metadata with parameters of type EncryptRuleModifier and TypeMethodDescriptionEncryptSchemaMetaDataDecorator.decorate(Map<String, org.apache.shardingsphere.infra.metadata.database.schema.loader.model.SchemaMetaData> schemaMetaDataMap, EncryptRule rule, org.apache.shardingsphere.infra.metadata.database.schema.builder.GenericSchemaBuilderMaterial material) -
Uses of EncryptRule in org.apache.shardingsphere.encrypt.rewrite.aware
Methods in org.apache.shardingsphere.encrypt.rewrite.aware with parameters of type EncryptRuleModifier and TypeMethodDescriptionvoidEncryptRuleAware.setEncryptRule(EncryptRule encryptRule) Set encrypt rule. -
Uses of EncryptRule in org.apache.shardingsphere.encrypt.rewrite.context
Methods in org.apache.shardingsphere.encrypt.rewrite.context that return types with arguments of type EncryptRuleMethods in org.apache.shardingsphere.encrypt.rewrite.context with parameters of type EncryptRuleModifier and TypeMethodDescriptionvoidEncryptSQLRewriteContextDecorator.decorate(EncryptRule encryptRule, org.apache.shardingsphere.infra.config.props.ConfigurationProperties props, SQLRewriteContext sqlRewriteContext, org.apache.shardingsphere.infra.route.context.RouteContext routeContext) -
Uses of EncryptRule in org.apache.shardingsphere.encrypt.rule.builder
Methods in org.apache.shardingsphere.encrypt.rule.builder that return EncryptRuleModifier and TypeMethodDescriptionEncryptRuleBuilder.build(EncryptRuleConfiguration config, String databaseName, Map<String, DataSource> dataSources, Collection<org.apache.shardingsphere.infra.rule.ShardingSphereRule> builtRules, org.apache.shardingsphere.infra.instance.InstanceContext instanceContext)