| Interface | Description |
|---|---|
| DelegatingExecutionFactory<F,C> | |
| Execution |
An execution represents the state and lifecycle for a particular
command execution.
|
| ExecutionContext |
The security context provides information about the user context in which
this query is being run.
|
| FileConnection |
Simple
Connection interface for the filesystem |
| MetadataProcessor<C> |
Marker interface to define metadata for a translator
|
| ProcedureExecution |
The procedure execution represents the case where a connector can execute a
Call. |
| ResultSetExecution |
Defines an execution for
QueryExpressions and Calls that
returns a resultset, which is represented through the iterator method
ResultSetExecution.next(). |
| ReusableExecution<C> |
Additional methods that may optionally be implemented for an
Execution |
| TypeFacility.RUNTIME_TYPES | |
| UpdateExecution |
The update execution represents the case where a connector can
execute an
Insert, Update, Delete, or BatchedUpdates command. |
| WSConnection |
Simple
Connection interface for web services |
| Class | Description |
|---|---|
| BaseDelegatingExecutionFactory<F,C> |
Base delegating translator.
|
| CacheDirective | |
| ExecutionFactory<F,C> |
The primary entry point for a Translator.
|
| FileConnection.Util | |
| SourceSystemFunctions |
Constants for all the possible standard system push down functions.
|
| TypeFacility | |
| TypeFacility.RUNTIME_CODES | |
| TypeFacility.RUNTIME_NAMES | |
| WSConnection.Util |
| Exception | Description |
|---|---|
| DataNotAvailableException |
Used by asynch connectors to indicate data is not available and results should be polled for after
the given delay in milliseconds or until a Date is reached.
|
| TranslatorBatchException |
An exception the connector writer can return in case of an
error while executing
BatchedUpdates |
| TranslatorException |
An exception the connector writer can return in case of an
error while using the connector.
|
| Annotation Type | Description |
|---|---|
| Translator | |
| TranslatorProperty |
Annotates a property that can be externally configured.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.