Interface ICommand2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel()
Cancels execution of the ExecuteQuery command.com4j.Com4jObject
executeQuery(int limit, com4j.Holder<java.lang.Integer> pintTruncationStatus, boolean synchronous)
Executes the query in the CommandText property and returns the limit status.-
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.v16.otaclient.ICommand
affectedRows, commandText, commandText, execute, indexFields, indexFields
-
Methods inherited from interface step.repository.alm.v16.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. The status is either 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.
-
-