public interface IAbstractQuery
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels the query if it is asynchronous
|
int |
retrieveQueryChunkSize()
Returns the maximum rows number in a RecordSet that is received as a
return value of the
retrieveResultSet() method. |
int |
retrieveQueryTimeOut()
Returns the maximum time to execute the query.
|
void |
setQueryChunkSize(int chunkSize)
Sets the maximum rows number in a RecordSet that is received as a return
value of the
retrieveResultSet() method. |
void |
setQueryTimeOut(int msTimeOut)
Sets the maximum time to execute the query.
|
void cancel()
throws ConnectorException
ConnectorException - if connector is failedvoid setQueryTimeOut(int msTimeOut)
msTimeOut - the time to wait in millisecondsint retrieveQueryTimeOut()
void setQueryChunkSize(int chunkSize)
retrieveResultSet() method. The result of an
execution of a query is a record set. In order to be able to control the
number of rows that are retrieved from the query result, set the chunk
size to that number of rows, and use the next() method to
move to the next chunk.chunkSize - the number of rows for each record set chunkint retrieveQueryChunkSize()
retrieveResultSet() method.| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/connectivityfw/api
|
api
|
EP-PIN
|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
-
|
EP-CON-CF
|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
default
|
EP-CON-CF
|
Copyright 2021 SAP SE Complete Copyright Notice