Versions Compared

Key

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

...

Code Block
languagejavascript
themeEclipse
linenumberstrue
#PARSER PQL
...

Remark: It is important to define the right parser as Odysseus cannot determine the parser based on the query text!

Comments

Comments mark lines that should be ignored by the parser. Useful for additional information for the reader. Comments are defined  by using three slashes per line. Currently, there is no way to comment multiple lines at once.

...

Additionally, system properties / environment variables provided by by System.getProperty(...) and System.getPropertygetenv(...) are also available. To avoid naming collisions, each system property has "_" as prefix. Example: ${_user.name} will be replaced with the current system user name (NOT the username in Odysseus).

...