Class DriverManagerConnectionSource

All Implemented Interfaces:
ConnectionSource, ContextAware, LifeCycle

public class DriverManagerConnectionSource extends ConnectionSourceBase
The DriverManagerConnectionSource is an implementation of ConnectionSource that obtains the Connection in the traditional JDBC manner based on the connection URL.

For more information about this component, please refer to the online manual at http://logback.qos.ch/manual/appenders.html#DBAppender

Author:
Ray DeCampo
  • Constructor Details

    • DriverManagerConnectionSource

      public DriverManagerConnectionSource()
  • Method Details