| Package | Description |
|---|---|
| org.mule.extension.db.internal.domain.query | |
| org.mule.extension.db.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
QueryType |
QueryTemplate.getType()
Returns the type of SQL query.
|
static QueryType |
QueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryType[] |
QueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
QueryTemplate(String sqlText,
QueryType type,
List<QueryParam> params)
Creates a static SQL query template.
|
QueryTemplate(String sqlText,
QueryType type,
List<QueryParam> params,
boolean dynamic)
Creates a SQL query template.
|
| Modifier and Type | Method and Description |
|---|---|
protected Query |
DmlOperations.resolveQuery(StoredProcedureCall call,
DbConnector connector,
DbConnection connection,
QueryType... validTypes) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.