Class

com.reactific.slickery

H2_SupportedDB

Related Doc: package slickery

Permalink

class H2_SupportedDB extends SupportedDB[H2Driver]

Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. H2_SupportedDB
  2. SupportedDB
  3. SlickeryComponent
  4. FutureHelper
  5. ThrowingHelper
  6. LoggingHelper
  7. AnyRef
  8. 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 H2_SupportedDB()

    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 H2_SupportedDB to any2stringadd[H2_SupportedDB] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (H2_SupportedDB, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from H2_SupportedDB to ArrowAssoc[H2_SupportedDB] 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. 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. val config_name: String

    Permalink
    Definition Classes
    H2_SupportedDBSupportedDB
  10. val connectionTestUrl: String

    Permalink
    Definition Classes
    H2_SupportedDBSupportedDB
  11. def createLoggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingHelper
  12. val defaultPort: Int

    Permalink
    Definition Classes
    H2_SupportedDBSupportedDB
  13. val driver: H2Driver.type

    Permalink
    Definition Classes
    H2_SupportedDBSupportedDB
  14. def driverClass: Class[_]

    Permalink
    Definition Classes
    SupportedDB
  15. def ensuring(cond: (H2_SupportedDB) ⇒ Boolean, msg: ⇒ Any): H2_SupportedDB

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  26. def jdbcDriverClass: String

    Permalink
    Definition Classes
    H2_SupportedDBSupportedDB
  27. def kindName: String

    Permalink
    Definition Classes
    SupportedDB
  28. def level: Level

    Permalink
    Definition Classes
    LoggingHelper
  29. lazy val log: Logger

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

    Permalink
    Definition Classes
    LoggingHelper
  31. def makeConnectionUrl(dbName: String, host: String = "localhost", port: Int = defaultPort): String

    Permalink
    Definition Classes
    SupportedDB
  32. def makeDbConfigFor(dbName: String, host: String = "localhost", port: Int = defaultPort): Config

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  38. val slickDriver: String

    Permalink
    Definition Classes
    H2_SupportedDBSupportedDB
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def testConnection: Boolean

    Permalink
    Definition Classes
    SupportedDB
  41. def toString(): String

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

    Permalink
    Definition Classes
    ThrowingHelper
  43. val urlPrefix: String

    Permalink
    Definition Classes
    H2_SupportedDBSupportedDB
  44. final def wait(): Unit

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

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

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

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

Inherited from SupportedDB[H2Driver]

Inherited from SlickeryComponent

Inherited from FutureHelper

Inherited from ThrowingHelper

Inherited from LoggingHelper

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped