Uses of Interface
org.apache.shardingsphere.infra.executor.sql.prepare.driver.ExecutorStatementManager
Packages that use ExecutorStatementManager
Package
Description
-
Uses of ExecutorStatementManager in org.apache.shardingsphere.infra.executor.sql.prepare.driver
Classes in org.apache.shardingsphere.infra.executor.sql.prepare.driver with type parameters of type ExecutorStatementManagerModifier and TypeInterfaceDescriptioninterfaceSQLExecutionUnitBuilder<T extends DriverExecutionUnit<?>,M extends ExecutorStatementManager<C, ?, O>, C, O extends StorageResourceOption> SQL execution unit builder.Constructors in org.apache.shardingsphere.infra.executor.sql.prepare.driver with parameters of type ExecutorStatementManagerModifierConstructorDescriptionDriverExecutionPrepareEngine(String type, int maxConnectionsSizePerQuery, ExecutorConnectionManager<C> connectionManager, ExecutorStatementManager<C, ?, ?> statementManager, StorageResourceOption option, Collection<ShardingSphereRule> rules) -
Uses of ExecutorStatementManager in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc
Subinterfaces of ExecutorStatementManager in org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbcModifier and TypeInterfaceDescriptioninterfaceExecutor JDBC statement manager. -
Uses of ExecutorStatementManager in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertx
Subinterfaces of ExecutorStatementManager in org.apache.shardingsphere.infra.executor.sql.prepare.driver.vertxModifier and TypeInterfaceDescriptioninterfaceExecutor statement manager for Vert.x.