| Package | Description |
|---|---|
| org.mule.common.query |
| Modifier and Type | Field and Description |
|---|---|
protected List<Type> |
DsqlQuery.types
Type or types to be queried
|
| Modifier and Type | Method and Description |
|---|---|
List<Type> |
DsqlQuery.getTypes() |
List<Type> |
Query.getTypes()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder |
DefaultQueryBuilder.addType(Type type) |
void |
DsqlQuery.addType(Type type) |
void |
Query.addType(Type type)
Deprecated.
|
abstract QueryBuilder |
QueryBuilder.addType(Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
DsqlQueryVisitor.visitTypes(List<Type> types) |
void |
QueryVisitor.visitTypes(List<Type> types) |
void |
DefaultQueryVisitor.visitTypes(List<Type> types) |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.