| Interface | Description |
|---|---|
| Driver |
The interface that every ETL driver class must implement.
|
| DriverDiscovery |
The instance of this interface discovers a Driver by jdbc class name and
other parameters.
|
| Class | Description |
|---|---|
| AbstractDriver |
The base abstract implementation of the Driver interface.
|
| CallableDriver |
The default abstract implementation of the Driver interface which supports
callable statements.
|
| DriverUnit | |
| GenericFileDriver |
Default ETL driver for the file based data sources, such as text files, xml
files, Excel etc.
|
| GenericFileDriverNoMetadataOnWrite |
Same as
GenericFileDriver except it does not create metadata files on write. |
| GenericJdbcDriver |
Default ETL driver for the jdbc compliant databases which does not support
callable statements.
|
| GenericJdbcDriverNoErrorOnGetObject |
Default ETL driver for the jdbc compliant databases which does not throw an
exception on getObject .
|
| GenericJdbcDriverNoPreparedStatement |
Default ETL driver for the jdbc compliant databases which does not support
callable and prepared statements.
|
| ReadOnlyFileDriver |
The read only version of the
GenericFileDriverNoMetadataOnWrite. |
| SimpleDriver |
The default abstract implementation of the Driver interface which does not
support callable statements.
|
Copyright © 2010-2020 Toolsverse. All Rights Reserved.