~nbrinza/zorba/bugs

« back to all changes in this revision

Viewing changes to doc/zorba/commandline.dox

  • Committer: Nicolae Brinza
  • Date: 2011-12-14 15:12:52 UTC
  • mfrom: (10534.1.49 zorba)
  • Revision ID: nbrinza@gmail.com-20111214151252-nwcd6rsi0vwowrf1
Merged changes from Zorba trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
--timeout
113
113
Specify a timeout in seconds. After the specified time, the execution of the query will be aborted.
114
114
 
 
115
--uri-path
 
116
URI path (list of directories) added to the built-in URI resolver, i.e. where to find modules/schemas to import.
 
117
 
 
118
--lib-path
 
119
Library path (list of directories) where Zorba will look for dynamic libraries (e.g., module external function implementations.
 
120
 
115
121
--module-path
116
 
Module paths added to the built-in resolver, i.e. where module imports are looking for modules.
 
122
Path (list of directories) to add to both the URI and Library paths.
117
123
 
118
124
--option
119
125
Set an XQuery option in the static context. The QName of the option is passed as a string in the notation by James Clark (i.e. {namespace}localname). For example, --option {http://www.zorba-xquery.com}option=value