Packages

object JdbcDataSource extends Logging

Source
JdbcDataSource.scala
Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JdbcDataSource
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def forConfig(c: Config, driver: Driver, name: String, classLoader: ClassLoader): JdbcDataSource

    Create a JdbcDataSource from a Config.

    Create a JdbcDataSource from a Config. See JdbcBackend.DatabaseFactoryDef.forConfig for documentation of the supported configuration parameters.