DBsWithEnv

scalikejdbc.config.DBsWithEnv
case class DBsWithEnv(envValue: String) extends DBs, TypesafeConfigReader, StandardTypesafeConfig, EnvPrefix

DB setup executor with env prefix

Attributes

Source
DBsWithEnv.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NoEnvPrefix
trait EnvPrefix
trait DBs
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def close(dbName: String): Unit

Attributes

Inherited from:
DBs
Source
DBs.scala
def closeAll(): Unit

Attributes

Inherited from:
DBs
Source
DBs.scala
def envPrefix: String

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala
def loadGlobalSettings(): Unit

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def readAsMap(dbName: String): Map[String, String]

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala
def readConnectionPoolSettings(dbName: String): ConnectionPoolSettings

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala
def readJDBCSettings(dbName: String): JDBCSettings

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala
def setup(dbName: String): Unit

Attributes

Inherited from:
DBs
Source
DBs.scala
def setupAll(): Unit

Attributes

Inherited from:
DBs
Source
DBs.scala

Concrete fields

override val env: Option[String]

Attributes

Source
DBsWithEnv.scala

Inherited fields

lazy val config: Config

Attributes

Inherited from:
StandardTypesafeConfig
Source
StandardTypesafeConfig.scala
lazy val dbNames: List[String]

Attributes

Inherited from:
TypesafeConfigReader
Source
TypesafeConfigReader.scala
protected val log: Log

Logger

Logger

Attributes

Inherited from:
LogSupport (hidden)
Source
LogSupport.scala