Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
registry.executeQuery("/path/to/storedQuery", parameter_map); // parameter map contains key value pairs required by the query

...

hiddentrue

...

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.

...