Packages

t

slick.jdbc

JdbcDataSourceFactory

trait JdbcDataSourceFactory extends AnyRef

Create a JdbcDataSource from a Config object and an optional JDBC Driver. This is used with the "connectionPool" configuration option in JdbcBackend.DatabaseFactoryDef.forConfig.

Source
JdbcDataSource.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JdbcDataSourceFactory
  2. AnyRef
  3. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

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