| Package | Description |
|---|---|
| org.mule.db.commons.api.param | |
| org.mule.db.commons.internal.operation |
| Modifier and Type | Class and Description |
|---|---|
class |
BulkQueryDefinition
The definition of a bulk operations defined around one single SQL command
|
class |
ParameterizedStatementDefinition<T extends ParameterizedStatementDefinition>
Base class for
StatementDefinition implementations which have a Map of input parameters. |
class |
QueryDefinition
The definition for a DML query
|
class |
StatementDefinition<T extends StatementDefinition>
Base class containing common attributes for a statement.
|
class |
StoredProcedureCall
The definition of the invocation to a stored procedure
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuerySettings.copyInto(QuerySettings other) |
| Modifier and Type | Method and Description |
|---|---|
int |
DdlOperations.executeDdl(String sql,
QuerySettings settings,
AbstractDbConnector connector,
DbConnection connection,
org.mule.runtime.extension.api.runtime.streaming.StreamingHelper streamingHelper)
Enables execution of DDL queries against a database.
|
int[] |
BulkOperations.executeScript(BulkScript script,
QuerySettings settings,
DbConnection connection)
Executes a SQL script in one single Database statement.
|
protected int |
BaseDbOperations.getFetchSize(QuerySettings settings) |
protected ConfigurableStatementFactory |
BaseDbOperations.getStatementFactory(QuerySettings settings) |
Copyright © 2025. All rights reserved.