| Package | Description |
|---|---|
| org.apache.shardingsphere.infra.executor.sql.prepare.driver | |
| org.apache.shardingsphere.infra.executor.sql.prepare.driver.jdbc |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SQLExecutionUnitBuilder<T extends DriverExecutionUnit<?>,M extends ExecutorStatementManager<C,?,O>,C,O extends StorageResourceOption>
SQL execution unit builder.
|
| Constructor and Description |
|---|
DriverExecutionPrepareEngine(String type,
int maxConnectionsSizePerQuery,
ExecutorConnectionManager<C> connectionManager,
ExecutorStatementManager<C,?,?> statementManager,
StorageResourceOption option,
Collection<ShardingSphereRule> rules,
Map<String,DatabaseType> databaseTypes) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecutorJDBCStatementManager
Executor JDBC statement manager.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.