Class DriverDataSource

java.lang.Object
com.invirgance.convirgance.jdbc.datasource.DriverDataSource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource

public class DriverDataSource extends Object implements DataSource
A JDBC DataSource implementation that wraps a database driver to provide connection services. This class automates the process of establishing database connections using driver-based connectivity. It determines the appropriate JDBC driver based on the connection URL and manages connection credentials. This is particularly useful for scenarios where you need to create DataSources dynamically from existing login information.
Author:
jbanes