| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels execution of the ExecuteQuery command.
|
com4j.Com4jObject |
executeQuery(int limit,
com4j.Holder<Integer> pintTruncationStatus,
boolean synchronous)
Executes the query in the CommandText property.
|
affectedRows, commandText, commandText, execute, indexFields, indexFieldsaddParam, count, deleteParam, deleteParams, paramIndex, paramName, paramType, paramValue, paramValuecom4j.Com4jObject executeQuery(int limit,
com4j.Holder<Integer> pintTruncationStatus,
@DefaultValue(value="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)
limit - Mandatory int parameter.pintTruncationStatus - Mandatory Holdersynchronous - Optional parameter. Default value is falsevoid cancel()
Cancels execution of the ExecuteQuery command.
Copyright © 2020. All rights reserved.