JMap.Query.queryExist
Returns true if the query exists for a given query group and a given query id.
The JMap query group id
The JMap query id
// returns true if query id=5 of group id=10 existsJMap.Query.queryExist(10, 5) Copy
// returns true if query id=5 of group id=10 existsJMap.Query.queryExist(10, 5)
JMap.Query.queryExist
Returns true if the query exists for a given query group and a given query id.