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) | Determines whether the specified Object is equal to the current 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) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
SimpleQueryRunner Class | Marklogic.Xcc.Examples Namespace