| Modifier and Type | Method and Description |
|---|---|
ConnectionMode |
SQLExecutionUnit.getConnectionMode()
Get connection mode.
|
static ConnectionMode |
ConnectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionMode[] |
ConnectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
JDBCExecutorCallback.executeSQL(String sql,
Statement statement,
ConnectionMode connectionMode) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<ExecutionGroup<T>> |
AbstractExecutionPrepareEngine.group(String dataSourceName,
List<List<SQLUnit>> sqlUnitGroups,
ConnectionMode connectionMode) |
| Modifier and Type | Method and Description |
|---|---|
T |
SQLExecutionUnitBuilder.build(ExecutionUnit executionUnit,
M executorManager,
C connection,
ConnectionMode connectionMode,
O option)
Build SQL execution unit.
|
R |
ExecutorDriverManager.createStorageResource(C connection,
ConnectionMode connectionMode,
O option)
Create storage resource.
|
R |
ExecutorDriverManager.createStorageResource(String sql,
List<Object> parameters,
C connection,
ConnectionMode connectionMode,
O option)
Create storage resource.
|
List<C> |
ExecutorDriverManager.getConnections(String dataSourceName,
int connectionSize,
ConnectionMode connectionMode)
Get connections.
|
protected List<ExecutionGroup<T>> |
DriverExecutionPrepareEngine.group(String dataSourceName,
List<List<SQLUnit>> sqlUnitGroups,
ConnectionMode connectionMode) |
| Modifier and Type | Method and Description |
|---|---|
JDBCExecutionUnit |
StatementExecutionUnitBuilder.build(ExecutionUnit executionUnit,
ExecutorJDBCManager executorManager,
Connection connection,
ConnectionMode connectionMode,
StatementOption option) |
JDBCExecutionUnit |
PreparedStatementExecutionUnitBuilder.build(ExecutionUnit executionUnit,
ExecutorJDBCManager executorManager,
Connection connection,
ConnectionMode connectionMode,
StatementOption option) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ExecutionGroup<RawSQLExecutionUnit>> |
RawExecutionPrepareEngine.group(String dataSourceName,
List<List<SQLUnit>> sqlUnitGroups,
ConnectionMode connectionMode) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.