public interface SimpleQuery extends Query
The following features are supported:
DatasourcesPackage.getSimpleQuery()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCountQuery()
Returns the value of the 'Count Query' attribute.
|
java.lang.String |
getQuery()
Returns the value of the 'Query' attribute.
|
void |
setCountQuery(java.lang.String value)
Sets the value of the '
Count Query ' attribute. |
void |
setQuery(java.lang.String value)
Sets the value of the '
Query ' attribute. |
getDescription, getMatchingCriteria, getReturnType, isRunForCount, setDescription, setReturnType, setRunForCount
getId, getName, getPath, getTags, setId, setName
isSynched, setSynched
java.lang.String getQuery()
If the meaning of the 'Query' attribute isn't clear, there really should be more of a description here...
setQuery(String)
,
DatasourcesPackage.getSimpleQuery_Query()
void setQuery(java.lang.String value)
Query
' attribute.
value
- the new value of the 'Query' attribute.getQuery()
java.lang.String getCountQuery()
If the meaning of the 'Count Query' attribute isn't clear, there really should be more of a description here...
setCountQuery(String)
,
DatasourcesPackage.getSimpleQuery_CountQuery()
void setCountQuery(java.lang.String value)
Count Query
' attribute.
value
- the new value of the 'Count Query' attribute.getCountQuery()