Class DefaultConnectionPoolFactory.DriverManagerDataSource

  • All Implemented Interfaces:
    Wrapper, CommonDataSource, DataSource
    Enclosing class:
    DefaultConnectionPoolFactory

    public static class DefaultConnectionPoolFactory.DriverManagerDataSource
    extends Object
    implements DataSource
    Wrapper to the JDBC DataSource class. Provides checking for driver class existence, and utility methods for obtaining a connection.

    It should be noted that setting the log writer and login timeout will apply to DriverManager and NOT to the Data Source on its own. If you have 2 or more DataSource's they will have THE SAME log writer and login timeout.