| Package | Description | 
|---|---|
| com.toolsverse.etl.core.connection | |
| com.toolsverse.etl.metadata | |
| com.toolsverse.etl.sql.connection | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
EtlConnectionFactory
The ETL extension of ConnectionFactory interface. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EtlConnectionFactoryImpl
The default implementation of the EtlConnectionFactory interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConnectionFactory | 
BaseMetadata.getConnectionFactory()
Gets the connection factory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Metadata.init(ConnectionFactory connectionFactory,
    ConnectionParamsProvider<Alias> connectionParamsProvider,
    Driver driver)
Initializes metadata driver. 
 | 
void | 
BaseMetadata.init(ConnectionFactory connectionFactory,
    ConnectionParamsProvider<Alias> connectionParamsProvider,
    Driver driver)  | 
| Constructor and Description | 
|---|
DbMetadata(ConnectionFactory connectionFactory)
Instantiates a new DbMetadata. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConnectionFactoryWrapper
The implementation of the ConnectionFactory which always returns the same
 connection. 
 | 
class  | 
DummyConnectionFactory
DummyConnectionFactory always returns connection which was passed to it in the constructor. 
 | 
class  | 
GenericConnectionFactory
The default implementation of the ConnectionFactory interface. 
 | 
Copyright © 2010-2020 Toolsverse. All Rights Reserved.