The methods of the SimpleQueryRunner class are listed below. For a complete list of SimpleQueryRunner class members, see the SimpleQueryRunner Members topic.
![]() 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. |
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