| Interface | Description |
|---|---|
| AdapterFactory |
Factory that creates a Virtual Schema Adapter
|
| VirtualSchemaAdapter |
Interface for Virtual Schema Adapters.
|
| Class | Description |
|---|---|
| AbstractAdapterProperties |
This is the abstract base class that provides access to the user defined adapter properties.
|
| AdapterProperties |
The main job of this class is to turn user-defined key-value-pairs into concrete properties that the adapter knows.
|
| AdapterRegistry |
VirtualSchemaAdapters need to be registered in the AdapterRegistry in order to receive requests from
the dispatcher. |
| RequestDispatcher |
This class is the main entry point for calls to a Virtual Schema.
|
| Enum | Description |
|---|---|
| BinaryColumnHandling |
This enumeration represents the different strategies that the Virtual Schema adapter offers for handling binary
column types in the source database.
|
| Exception | Description |
|---|---|
| AdapterException |
Customer exception for Virtual Schema adapters
|
Copyright © 2019. All rights reserved.