public class DdlOperations extends BaseDbOperations
| Modifier and Type | Class and Description |
|---|---|
static class |
DdlOperations.Builder |
DEFAULT_FETCH_SIZE, QUERY_GROUP, QUERY_SETTINGS, queryResolver, statementFactory, updateExecutor| Modifier and Type | Method and Description |
|---|---|
int |
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.
|
executeUpdate, getAutoGeneratedKeysStrategy, getDefaultQueryResolver, getDefaultStatementFactory, getDefaultUpdateExecutor, getFetchSize, getStatementFactory, resolveQuery, validateNoParameterTypeIsUnused, validateQueryTypepublic int executeDdl(String sql, QuerySettings settings, AbstractDbConnector connector, DbConnection connection, org.mule.runtime.extension.api.runtime.streaming.StreamingHelper streamingHelper) throws SQLException
sql - The text of the SQL query to be executedsettings - Parameters to configure the queryconnector - the acting connectorconnection - the acting connectionSQLExceptionCopyright © 2024. All rights reserved.