The methods of the IXdbcCommand interface are listed below. For a complete list of IXdbcCommand interface members, see the IXdbcCommand Members topic.
Cancel | Cancel the execution of this XQuery statement. |
ClearVariables | Clears out all of the bindings and types Hashtables |
ClearWarnings | Clears all warnings reported for this connection object. After a call to this method, the property Warning returns null until a new warning is reported for this connection. |
Close | Release this XQuery statement's database and XDBC resources immediately instead of waiting for this to be done by the runtime environment |
ExecuteQuery | Evaluate an XQuery query and return a sequence of results. |
Invoke | Invokes an XQuery module and returns a sequence of results. |
SetAnyURI | Binds the variable's value to the argument value. The variable should be of type xs:AnyURI. |
SetBase64Binary | Binds the variable's value to the argument value. The variable should be of type xs:base64Binary. |
SetBoolean | Binds the variable's value to the argument value. The variable should be of type xs:Boolean. |
SetDate | Overloaded. Binds the variable's value to the argument value. The variable should be of type xs:date. |
SetDateTime | Overloaded. Binds the variable's value to the argument value. The variable should be of type xs:dateTime. |
SetDayTimeDuration | Binds the variable's value to the argument value. The variable should be of type xdt:dayTimeDuration. |
SetDecimal | Overloaded. Binds the variable's value to the argument value. The variable should be of type xs:decimal. |
SetDouble | Binds the variable's value to the argument value. The variable should be of type xs:double. |
SetDuration | Binds the variable's value to the argument value. The variable should be of type xs:duration. |
SetFloat | Binds the variable's value to the argument value. The variable should be of type xs:float. |
SetGDay | Binds the variable's value to the argument value. The variable should be of type xs:gDay. |
SetGMonth | Binds the variable's value to the argument value. The variable should be of type xs:gMonth. |
SetGMonthDay | Binds the variable's value to the argument value. The variable should be of type xs:gMonthDay. |
SetGYear | Binds the variable's value to the argument value. The variable should be of type xs:gYear. |
SetGYearMonth | Binds the variable's value to the argument value. The variable should be of type xs:gYearMonth. |
SetHexBinary | Binds the variable's value to the argument value. The variable should be of type xs:hexBinary. |
SetInteger | Overloaded. Binds the variable's value to the argument value. The variable should be of type xs:integer. |
SetNull | Removes the variable binding from the local collection, effectively clearing the value of the variable. |
SetQName | Overloaded. Binds the variable's value to the argument value. The variable should be of type xs:QName. |
SetString | Binds the variable's value to the argument value. The variable should be of type xs:string. |
SetTime | Overloaded. Binds the variable's value to the argument value. The variable should be of type xs:time. |
SetUntypedAtomic | Binds the variable's value to the argument value. The variable should be of type xdt:untypedAtomic. |
SetYearMonthDuration | Binds the variable's value to the argument value. The variable should be of type xdt:yearMonthDuration. |
IXdbcCommand Interface | MarkLogic.Xdbc Namespace