Package | Description |
---|---|
org.mule.module.db.internal.config.domain.query | |
org.mule.module.db.internal.domain.param | |
org.mule.module.db.internal.domain.query |
Constructor and Description |
---|
ParameterizedQueryTemplateFactoryBean(String sqlText,
List<QueryParam> queryParams,
QueryTemplateParser queryParser) |
Modifier and Type | Interface and Description |
---|---|
interface |
InOutQueryParam
Defines a parameter that provides an input value and returns an output value
|
interface |
InputQueryParam
Defines a parameter that provides an input value
|
interface |
OutputQueryParam
Defines a parameter that returns an output value
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueryParam
Defines a base class for implementing different kind of { @link QueryParam}
classes.
|
class |
DefaultInOutQueryParam |
class |
DefaultInputQueryParam |
class |
DefaultOutputQueryParam |
Modifier and Type | Method and Description |
---|---|
List<QueryParam> |
QueryTemplate.getParams() |
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.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.