public interface IExcelReportQuery
extends com4j.Com4jObject
| Modifier and Type | Method and Description | 
|---|---|
| void | cancel()
 Cancels ongoing asynchronous execution | 
| com4j.Com4jObject | execute(int limit,
       com4j.Holder<Integer> pintTruncationStatus,
       boolean synchronous)
 Executes the query. | 
| void | setParamValue(String name,
             String value)
 Set parameter value | 
void setParamValue(String name, String value)
Set parameter value
name - Mandatory java.lang.String parameter.value - Mandatory java.lang.String parameter.com4j.Com4jObject execute(int limit,
                          com4j.Holder<Integer> pintTruncationStatus,
                          @DefaultValue(value="0")
                          boolean synchronous)
Executes the query. 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 ongoing asynchronous execution
Copyright © 2020. All rights reserved.