The conprovider package provides the ConnectionFactory used by DbForms to get a new JDBC connection object. The ConnectionFactory uses specialized ConnectionProvider objects to manage the interaction with connection pool libraries or other connection providers.
Click here for the diagram picture, or read further documentation about connection support.
Provides SQL Connection objects using the underlying ConnectionProvider instance.
the ConnectionProvider abstract class defines the interface for specialized connectionProvider subclasses. Provides SQL Connection objects using the underlying ConnectionProvider instance.
Subclasses must extend this class and implement initialize
and getConnection
methods.
The ConnectionProviderPrefs class holds the preferences for a given connectionProvider object.
Connection provider class for Apache Jakarta commons-dbcp component.
Connection provider for Protomatter Connection pool component.