| Interface | Description |
|---|---|
| IHasConnection |
Simple
Connection provider interface. |
| IHasDataSource |
A simple provider interface for
DataSource objects. |
| Class | Description |
|---|---|
| AbstractDBConnector |
Abstract implementation of
IHasDataSource based on
BasicDataSource implementation. |
| ConnectionFromDataSource |
Implementation of
IHasConnection that creates a connection from an
DataSource. |
| ConnectionFromDataSourceProvider | Deprecated
Since 6.5.1 - use
ConnectionFromDataSource instead. |
| ConstantConnection |
Implementation of
IHasConnection that with a constant
Connection |
Copyright © 2014–2021 Philip Helger. All rights reserved.