...
Code Block |
---|
registry.executeQuery("/path/to/storedQuery", parameter_map); // parameter map contains key value pairs required by the query
|
...
hidden | true |
---|
...
Forming custom queries
Custom Queries interface allows the user to search the registry using a custom SQL queries. In a custom query, the user is expected to return one of the following items.
...