public interface Query
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
Query.ResultType
Query result type. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static Pattern | 
PARAMETER_MATCHER
Parameter matcher. 
 | 
static String | 
PARAMETER_PATTERN
Parameter pattern. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,String> | 
getAdditionalConfiguration()
Get the additional query configuration information. 
 | 
String | 
getDataSourceId()
Get the id of datasource on which depends this query. 
 | 
String | 
getDescription()
Get the query description. 
 | 
String | 
getFactory()
Get the id of source factory 
 | 
String | 
getId()
Get the query ID. 
 | 
String | 
getName()
Get the query name. 
 | 
Map<String,String> | 
getParameters()
Get the query parameter names. 
 | 
Query.ResultType | 
getResultType()
Get the query result type. 
 | 
DataSourceClientInteraction.DataSourceType | 
getType()
Get the query type. 
 | 
static final String PARAMETER_PATTERN
static final Pattern PARAMETER_MATCHER
String getDescription()
DataSourceClientInteraction.DataSourceType getType()
String getFactory()
Map<String,String> getParameters()
Query.ResultType getResultType()
Map<String,String> getAdditionalConfiguration()
String getDataSourceId()