| 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 |
ExecutorStatementManager.createStorageResource(C connection,
ConnectionMode connectionMode,
O option)
Create storage resource.
|
R |
ExecutorStatementManager.createStorageResource(ExecutionUnit executionUnit,
C connection,
ConnectionMode connectionMode,
O option)
Create storage resource.
|
List<C> |
ExecutorConnectionManager.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,
ExecutorJDBCStatementManager statementManager,
Connection connection,
ConnectionMode connectionMode,
StatementOption option) |
JDBCExecutionUnit |
PreparedStatementExecutionUnitBuilder.build(ExecutionUnit executionUnit,
ExecutorJDBCStatementManager statementManager,
Connection connection,
ConnectionMode connectionMode,
StatementOption option) |
| Modifier and Type | Method and Description |
|---|---|
VertxExecutionUnit |
PreparedQueryExecutionUnitBuilder.build(ExecutionUnit executionUnit,
ExecutorVertxStatementManager statementManager,
io.vertx.core.Future<? extends io.vertx.sqlclient.SqlClient> connection,
ConnectionMode connectionMode,
VertxExecutionContext option) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ExecutionGroup<RawSQLExecutionUnit>> |
RawExecutionPrepareEngine.group(String dataSourceName,
List<List<SQLUnit>> sqlUnitGroups,
ConnectionMode connectionMode) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.