Object/Trait

com.reactific.slickery

SupportedDB

Related Docs: trait SupportedDB | package slickery

Permalink

object SupportedDB extends SlickeryComponent

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SupportedDB
  2. SlickeryComponent
  3. HelperComponent
  4. FutureHelper
  5. ThrowingHelper
  6. LoggingHelper
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def all: Seq[SupportedDB[_ >: PostgresDriver with SQLiteDriver with MySQLDriver with H2Driver <: SlickeryDriver] with Product with Serializable]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def await[X](future: ⇒ Future[X], opName: String)(implicit to: FiniteDuration): Try[X]

    Permalink
    Definition Classes
    FutureHelper
  7. def await[X](future: ⇒ Future[X], duration: FiniteDuration, opName: String): Try[X]

    Permalink
    Definition Classes
    FutureHelper
  8. def clone(): AnyRef

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

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingHelper
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def forConfig(config: Config, path: String): Option[SupportedDB[_]]

    Permalink
  14. def forDriverName(driverName: String): Option[SupportedDB[_]]

    Permalink
  15. def forJDBCUrl(url: String): Option[SupportedDB[_]]

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def level: Level

    Permalink
    Definition Classes
    LoggingHelper
  20. lazy val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingHelper
  21. def loggerName: String

    Permalink
    Definition Classes
    LoggingHelper
  22. def mkThrowable(msg: String, cause: Option[Throwable] = None): ThrowableWithComponent

    Permalink
    Attributes
    protected
    Definition Classes
    SlickeryComponent → ThrowingHelper
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def notImplemented(what: String): Nothing

    Permalink
    Definition Classes
    ThrowingHelper
  25. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. implicit val timeout: FiniteDuration

    Permalink
    Definition Classes
    FutureHelper
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. def toss(msg: ⇒ String, cause: Option[Throwable]): Nothing

    Permalink
    Definition Classes
    ThrowingHelper
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SlickeryComponent

Inherited from HelperComponent

Inherited from FutureHelper

Inherited from ThrowingHelper

Inherited from LoggingHelper

Inherited from AnyRef

Inherited from Any

Ungrouped