DatabaseUrlDataSource

slick.jdbc.DatabaseUrlDataSource

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. This implementation is design specifically to handle a non-JDBC Database URL in the format defined by the libpq standard.

Attributes

Source:
DatabaseUrlDataSource.scala
Graph
Supertypes
trait Logging
trait Closeable
trait AutoCloseable
trait DataSource
trait Wrapper
trait CommonDataSource
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def init(): Unit

Attributes

Definition Classes
Source:
DatabaseUrlDataSource.scala

Inherited methods

def close(): Unit

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def createConnectionBuilder(): ConnectionBuilder

Attributes

Inherited from:
DataSource
def createShardingKeyBuilder(): ShardingKeyBuilder

Attributes

Inherited from:
CommonDataSource
def getConnection(username: String, password: String): Connection

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def getConnection: Connection

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def getDriver: String

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def getDriverClassName(): String

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def getLogWriter: PrintWriter

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def getParentLogger: Logger

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def getPassword(): String

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def getProperties(): Properties

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def getUrl(): String

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def getUser(): String

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def isDeregisterDriver(): Boolean

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def isWrapperFor(iface: Class[_]): Boolean

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def setDeregisterDriver(deregisterDriver: Boolean): Unit

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def setDriver(s: String): Unit

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def setDriverClassName(driverClassName: String): Unit

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def setLogWriter(out: PrintWriter): Unit

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def setLoginTimeout(seconds: Int): Unit

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def setPassword(password: String): Unit

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def setProperties(properties: Properties): Unit

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def setUrl(url: String): Unit

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def setUser(user: String): Unit

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
def unwrap[T](iface: Class[T]): T

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala

Inherited fields

var classLoader: ClassLoader

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
var deregisterDriver: Boolean

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
var driverClassName: String

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
var driverObject: Driver

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
var password: String

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
var properties: Properties

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
var url: String

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala
var user: String

Attributes

Inherited from:
DriverDataSource
Source:
DriverDataSource.scala