See: Description
| Interface | Description |
|---|---|
| IAbstractQuery |
The abstract interface for query
|
| IExecution |
The base interface for execution of operations defined in the language
package.
|
| INativeQuery |
The interface INativeQuery allows a connector client application to perform
queries given as a query string in the native EIS language.
|
| IQuery | Deprecated
Use
IExecution interface |
| Exception | Description |
|---|---|
| AttributeNotFoundException |
Thrown when attempting access to an invalid
attribute
This exception overrides
AttributeNotFoundException.getLocalizedMessage() which returns
a message localized for current user locale |
| InvalidConditionException |
Thrown when attempting access to an invalid condition
This exception overrides
InvalidConditionException.getLocalizedMessage() which returns
a message localized for current user locale |
| InvalidQueryException |
Thrown when attempting to perform an invalid query.
|
| InvalidQueryStringException |
Thrown when executing an invalid query string
|
| InvalidRelationException |
Thrown when attempting access to an invalid relation
|
| ObjectNotFoundException |
Thrown when attempting access to an invalid object
|
| QueryExecutionException |
Thrown when executing a query
This exception overrides
ConnectorException.getLocalizedMessage() which returns
a message localized for current user locale |
IConnection.newExecution()
to create an IExecution objectCopyright 2021 SAP SE Complete Copyright Notice