|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The interface INativeQuery allows a connector client application to perform queries given as a query string in the native EIS language. The connector will not expose Metadata or query format for this level of access. Consumers like DQE cannot work with native queries, since the connector has little control over this type of access, it will not change the input or the output data. When the consumer marks the query as a native query, the connector passes the query string to the underlying native API as is
| Method Summary | |
java.lang.Object |
execute(java.lang.String queryString)
Passes the query string to the target EIS application. |
| Methods inherited from interface com.sapportals.connector.execution.objects.IAbstractQuery |
cancel, retrieveQueryChunkSize, retrieveQueryTimeOut, setQueryChunkSize, setQueryTimeOut |
| Method Detail |
public java.lang.Object execute(java.lang.String queryString)
throws InvalidQueryStringException,
QueryExecutionException,
ConnectorException
queryString - An EIS well formed query string.
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||