Class

slick.jdbc

DriverDataSource

Related Doc: package jdbc

Permalink

class DriverDataSource extends DataSource with Closeable with Logging

A DataSource that wraps the DriverManager API. It can be configured as a Java Bean and used both stand-alone and as a source for a connection pool.

Source
DriverDataSource.scala
Linear Supertypes
Logging, Closeable, AutoCloseable, DataSource, Wrapper, CommonDataSource, AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DriverDataSource
  2. Logging
  3. Closeable
  4. AutoCloseable
  5. DataSource
  6. Wrapper
  7. CommonDataSource
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DriverDataSource()

    Permalink
  2. new DriverDataSource(url: String, user: String = null, password: String = null, properties: Properties = null, driverClassName: String = null, deregisterDriver: Boolean = false, driverObject: Driver = null, classLoader: ClassLoader = ClassLoaderUtil.defaultClassLoader)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DriverDataSource to any2stringadd[DriverDataSource] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DriverDataSource, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DriverDataSource to ArrowAssoc[DriverDataSource] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. var classLoader: ClassLoader

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def close(): Unit

    Permalink
    Definition Classes
    DriverDataSource → Closeable → AutoCloseable
  10. var deregisterDriver: Boolean

    Permalink
  11. var driverClassName: String

    Permalink
  12. var driverObject: Driver

    Permalink
  13. def ensuring(cond: (DriverDataSource) ⇒ Boolean, msg: ⇒ Any): DriverDataSource

    Permalink
    Implicit information
    This member is added by an implicit conversion from DriverDataSource to Ensuring[DriverDataSource] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (DriverDataSource) ⇒ Boolean): DriverDataSource

    Permalink
    Implicit information
    This member is added by an implicit conversion from DriverDataSource to Ensuring[DriverDataSource] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): DriverDataSource

    Permalink
    Implicit information
    This member is added by an implicit conversion from DriverDataSource to Ensuring[DriverDataSource] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): DriverDataSource

    Permalink
    Implicit information
    This member is added by an implicit conversion from DriverDataSource to Ensuring[DriverDataSource] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DriverDataSource to StringFormat[DriverDataSource] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getConnection(username: String, password: String): Connection

    Permalink
    Definition Classes
    DriverDataSource → DataSource
  23. def getConnection(): Connection

    Permalink
    Definition Classes
    DriverDataSource → DataSource
  24. def getDeregisterDriver(): Boolean

    Permalink
  25. def getDriver: String

    Permalink
  26. def getDriverClassName(): String

    Permalink
  27. def getLogWriter(): PrintWriter

    Permalink
    Definition Classes
    DriverDataSource → CommonDataSource
  28. def getLoginTimeout(): Int

    Permalink
    Definition Classes
    DriverDataSource → CommonDataSource
  29. def getParentLogger(): Logger

    Permalink
    Definition Classes
    DriverDataSource → CommonDataSource
  30. def getPassword(): String

    Permalink
  31. def getProperties(): Properties

    Permalink
  32. def getUrl(): String

    Permalink
  33. def getUser(): String

    Permalink
  34. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  35. def init: Unit

    Permalink
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. def isWrapperFor(iface: Class[_]): Boolean

    Permalink
    Definition Classes
    DriverDataSource → Wrapper
  38. lazy val logger: SlickLogger

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  39. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. var password: String

    Permalink
  43. var properties: Properties

    Permalink
  44. def setDeregisterDriver(arg0: Boolean): Unit

    Permalink
  45. def setDriver(s: String): Unit

    Permalink
  46. def setDriverClassName(arg0: String): Unit

    Permalink
  47. def setLogWriter(out: PrintWriter): Unit

    Permalink
    Definition Classes
    DriverDataSource → CommonDataSource
  48. def setLoginTimeout(seconds: Int): Unit

    Permalink
    Definition Classes
    DriverDataSource → CommonDataSource
  49. def setPassword(arg0: String): Unit

    Permalink
  50. def setProperties(arg0: Properties): Unit

    Permalink
  51. def setUrl(arg0: String): Unit

    Permalink
  52. def setUser(arg0: String): Unit

    Permalink
  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  54. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  55. def unwrap[T](iface: Class[T]): T

    Permalink
    Definition Classes
    DriverDataSource → Wrapper
  56. var url: String

    Permalink
  57. var user: String

    Permalink
  58. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def [B](y: B): (DriverDataSource, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DriverDataSource to ArrowAssoc[DriverDataSource] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Logging

Inherited from Closeable

Inherited from AutoCloseable

Inherited from DataSource

Inherited from Wrapper

Inherited from CommonDataSource

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from DriverDataSource to any2stringadd[DriverDataSource]

Inherited by implicit conversion StringFormat from DriverDataSource to StringFormat[DriverDataSource]

Inherited by implicit conversion Ensuring from DriverDataSource to Ensuring[DriverDataSource]

Inherited by implicit conversion ArrowAssoc from DriverDataSource to ArrowAssoc[DriverDataSource]

Ungrouped