Uses of Interface
org.apache.shardingsphere.infra.executor.sql.prepare.driver.ExecutorConnectionManager
Packages that use ExecutorConnectionManager
Package
Description
-
Uses of ExecutorConnectionManager in org.apache.shardingsphere.infra.executor.sql.prepare.driver
Constructors in org.apache.shardingsphere.infra.executor.sql.prepare.driver with parameters of type ExecutorConnectionManagerModifierConstructorDescriptionDriverExecutionPrepareEngine(String type, int maxConnectionsSizePerQuery, ExecutorConnectionManager<C> connectionManager, ExecutorStatementManager<C, ?, ?> statementManager, StorageResourceOption option, Collection<ShardingSphereRule> rules) -
Uses of ExecutorConnectionManager in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc
Subinterfaces of ExecutorConnectionManager in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbcModifier and TypeInterfaceDescriptioninterfaceExecutor JDBC connection manager. -
Uses of ExecutorConnectionManager in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx
Subinterfaces of ExecutorConnectionManager in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertxModifier and TypeInterfaceDescriptioninterfaceExecutor connection manager for Vert.x.