Object

com.reactific.slickery

PostgresQL

Related Doc: package slickery

Permalink

object PostgresQL extends PostgresQL_SupportedDB with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PostgresQL
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PostgresQL_SupportedDB
  7. SupportedDB
  8. SlickeryComponent
  9. FutureHelper
  10. ThrowingHelper
  11. LoggingHelper
  12. AnyRef
  13. 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. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val config_name: String

    Permalink
    Definition Classes
    PostgresQL_SupportedDBSupportedDB
  8. val connectionTestUrl: String

    Permalink
    Definition Classes
    PostgresQL_SupportedDBSupportedDB
  9. def createLoggerName: String

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

    Permalink
    Definition Classes
    PostgresQL_SupportedDBSupportedDB
  11. val driver: PostgresDriver.type

    Permalink
    Definition Classes
    PostgresQL_SupportedDBSupportedDB
  12. def driverClass: Class[_]

    Permalink
    Definition Classes
    SupportedDB
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  18. def jdbcDriverClass: String

    Permalink
    Definition Classes
    PostgresQL_SupportedDBSupportedDB
  19. def kindName: String

    Permalink
    Definition Classes
    SupportedDB
  20. def level: Level

    Permalink
    Definition Classes
    LoggingHelper
  21. lazy val log: Logger

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. val slickDriver: String

    Permalink
    Definition Classes
    PostgresQL_SupportedDBSupportedDB
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def testConnection: Boolean

    Permalink
    Definition Classes
    SupportedDB
  33. def toss(msg: ⇒ String, cause: Option[Throwable]): Nothing

    Permalink
    Definition Classes
    ThrowingHelper
  34. val urlPrefix: String

    Permalink
    Definition Classes
    PostgresQL_SupportedDBSupportedDB
  35. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PostgresQL_SupportedDB

Inherited from SupportedDB[PostgresDriver]

Inherited from SlickeryComponent

Inherited from FutureHelper

Inherited from ThrowingHelper

Inherited from LoggingHelper

Inherited from AnyRef

Inherited from Any

Ungrouped