| Package | Description |
|---|---|
| org.mule.extension.db.api.param | |
| org.mule.extension.db.internal.resolver.query |
| Modifier and Type | Class and Description |
|---|---|
class |
StatementDefinition<T extends StatementDefinition>
Base class containing common attributes for a statement.
|
| 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 |
StoredProcedureCall
The definition of the invocation to a stored procedure
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryResolver<T extends StatementDefinition>
Resolves a
Query |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.