public interface QueryAssociable
| Modifier and Type | Method and Description |
|---|---|
handle |
getQueryAsHandle()
Get the query associated with the given resource.
|
void |
setQueryAsHandle(handle qry)
Set the query associated with the given resource.
|
void |
setQueryAsHandle(QueryWrapper qry)
Set the query associated with the given resource.
|
handle getQueryAsHandle()
unknown if none exists.void setQueryAsHandle(handle qry)
qry - The query to associate.void setQueryAsHandle(QueryWrapper qry)
qry - The query to associate.