Object

com.reactific.slickery

SQLite

Related Doc: package slickery

Permalink

object SQLite extends SQLite_SupportedDB with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SQLite
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SQLite_SupportedDB
  7. SupportedDB
  8. SlickeryComponent
  9. HelperComponent
  10. FutureHelper
  11. ThrowingHelper
  12. LoggingHelper
  13. AnyRef
  14. 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], opName: String)(implicit to: FiniteDuration): Try[X]

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

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

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

    Permalink
    Definition Classes
    SQLite_SupportedDBSupportedDB
  9. val connectionTestUrl: String

    Permalink
    Definition Classes
    SQLite_SupportedDBSupportedDB
  10. def createLoggerName: String

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

    Permalink
    Definition Classes
    SQLite_SupportedDBSupportedDB
  12. val driver: SQLiteDriver.type

    Permalink
    Definition Classes
    SQLite_SupportedDBSupportedDB
  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. val jdbcDriverClass: Class[_]

    Permalink
    Definition Classes
    SQLite_SupportedDBSupportedDB
  19. val jdbcDriverClassName: String

    Permalink
    Definition Classes
    SQLite_SupportedDBSupportedDB
  20. def kindName: String

    Permalink
    Definition Classes
    SupportedDB
  21. def level: Level

    Permalink
    Definition Classes
    LoggingHelper
  22. lazy val log: Logger

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. val slickDriver: String

    Permalink
    Definition Classes
    SQLite_SupportedDBSupportedDB
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def testConnection: Boolean

    Permalink
    Definition Classes
    SupportedDB
  34. implicit val timeout: FiniteDuration

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

    Permalink
    Definition Classes
    ThrowingHelper
  36. val urlPrefix: String

    Permalink
    Definition Classes
    SQLite_SupportedDBSupportedDB
  37. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. 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 SQLite_SupportedDB

Inherited from SupportedDB[SQLiteDriver]

Inherited from SlickeryComponent

Inherited from HelperComponent

Inherited from FutureHelper

Inherited from ThrowingHelper

Inherited from LoggingHelper

Inherited from AnyRef

Inherited from Any

Ungrouped