public interface QueryDefinition
Modifier and Type | Interface and Description |
---|---|
static class |
QueryDefinition.Target |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getColumns()
Returns resolved columns types once the query was successfully registered.
|
String |
getExpression()
Returns expression used to collect/fetch data as part of the query
|
String |
getName()
Return unique name of this query
|
String |
getSource()
Returns source location of this query
Depends on exact type of the query definition (e.g. data base location - data source name)
|
QueryDefinition.Target |
getTarget()
Returns target of this query definition
|
void |
setExpression(String expression)
Sets expression used to collect/fetch data as part of the query
|
void |
setName(String name)
Sets unique name for this query definition
|
void |
setSource(String source)
Sets source location of this query
Depends on exact type of the query definition (e.g. data base location - data source name)
|
String getName()
void setName(String name)
name
- String getSource()
void setSource(String source)
source
- String getExpression()
void setExpression(String expression)
expression
- QueryDefinition.Target getTarget()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.