| Package | Description |
|---|---|
| org.mule.db.commons.internal.domain.param | |
| org.mule.db.commons.internal.domain.query |
| 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 © 2025. All rights reserved.