| Package | Description |
|---|---|
| org.mule.extension.db.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.InterceptingCallback<Object> |
DmlOperations.select(QueryDefinition query,
boolean streaming,
StatementAttributes statementAttributes,
DbConnector connector,
DbConnection connection)
Selects data from a database
|
org.mule.runtime.extension.api.runtime.operation.InterceptingCallback<Map<String,Object>> |
DmlOperations.storedProcedure(StoredProcedureCall call,
boolean streaming,
StatementAttributes statementAttributes,
AutoGeneratedKeyAttributes autoGeneratedKeyAttributes,
DbConnector connector,
DbConnection connection)
Invokes a Stored Procedure on the database.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.