![]() Main | Simple command-line driver that will read a query from a file and submit it to the server at the given URL. No validation of the query file is done to insure that it really is XQuery or that it's a reasonable size. |
SimpleQueryRunner Constructor
|
Construct an instance that will submit query requests to the server represented by the given URI. Note that the URI will not be validated at this time. |
Request | The Request object used internally to submit requests. This object can be used to set external variables that will be bound to the query when submitted. You should not set your own RequestOptions object, use the RequestOptions() property instead. |
RequestOptions | Set (or clear) the RequestOptions instance to associate with submitted queries. |
Equals (inherited from Object) | |
Execute | Submit the given query string and return a ResultSequence object. |
ExecuteToSingleString | Submit the given query string and return a single String which is the concatenation of all the ResultItems, separated by the given separator string. |
ExecuteToStringArray | Submit the given query string and return an array of Strings, possibly of length zero, which contains the String value of each ResultItem. |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
SimpleQueryRunner Class | Marklogic.Xcc.Examples Namespace