Package step.repository.alm.otaclient
Interface ICommand2
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()Cancels execution of the ExecuteQuery command.com4j.Com4jObjectexecuteQuery(int limit, com4j.Holder<java.lang.Integer> pintTruncationStatus, boolean synchronous)Executes the query in the CommandText property.- 
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString 
- 
Methods inherited from interface step.repository.alm.otaclient.ICommand
affectedRows, commandText, commandText, execute, indexFields, indexFields 
- 
Methods inherited from interface step.repository.alm.otaclient.IParam
addParam, count, deleteParam, deleteParams, paramIndex, paramName, paramType, paramValue, paramValue 
 - 
 
 - 
 
- 
- 
Method Detail
- 
executeQuery
com4j.Com4jObject executeQuery(int limit, com4j.Holder<java.lang.Integer> pintTruncationStatus, @DefaultValue("0") boolean synchronous)Executes the query in the CommandText property. and returns the limit status (limit not reached or the kind of limit that was reached)
- Parameters:
 limit- Mandatory int parameter.pintTruncationStatus- Mandatory Holderparameter. synchronous- Optional parameter. Default value is false- Returns:
 - Returns a value of type com4j.Com4jObject
 
 
- 
cancel
void cancel()
Cancels execution of the ExecuteQuery command.
 
 - 
 
 -