Class/Object

repos.jdbc

JdbcDb

Related Docs: object JdbcDb | package jdbc

Permalink

class JdbcDb extends Database

Linear Supertypes
Database, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JdbcDb
  2. Database
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JdbcDb(profile: JdbcProfile, db: DatabaseDef)

    Permalink

Type Members

  1. sealed trait Context extends AnyRef

    Permalink
    Definition Classes
    Database
  2. class DatabaseActionContext extends Context

    Permalink
    Definition Classes
    Database
  3. class RepoImpl[Id, M] extends AnyRef

    Permalink
  4. class StreamingDatabaseActionContext[R] extends Context

    Permalink
    Definition Classes
    Database

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. object Context

    Permalink
    Definition Classes
    Database
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  16. val profile: JdbcProfile

    Permalink
  17. def run[S <: NoStream, R](a: Action[S, R])(implicit ec: ExecutionContext): Future[R]

    Permalink
    Definition Classes
    Database
  18. def runInContext[S <: NoStream, R](a: Action[S, R], ctx: Context)(implicit ec: ExecutionContext): Future[R]

    Permalink
    Definition Classes
    Database
  19. def runRepoAction[S <: NoStream, Id, M, R](e: RepoAction[S, Id, M, R], ctx: Context)(implicit ec: ExecutionContext): Future[R]

    Permalink
    Definition Classes
    JdbcDbDatabase
  20. def scannerFindLastPk[Id, M](jobName: String, repo: Repo[Id, M]): Future[Option[Long]]

    Permalink

    Finds the last pk the scanner has checkpointed for (jobName, repo)

    Finds the last pk the scanner has checkpointed for (jobName, repo)

    Definition Classes
    JdbcDbDatabase
  21. def scannerUpdateCheckpoint[Id, M](jobName: String, repo: Repo[Id, M], lastPk: Long): Future[Unit]

    Permalink

    Update the last pk the scanner has reached.

    Update the last pk the scanner has reached.

    Definition Classes
    JdbcDbDatabase
  22. def stream[A, R](a: Action[Streaming[R], A])(implicit ec: ExecutionContext): RepoPublisher[R]

    Permalink
    Definition Classes
    Database
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

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

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

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

Inherited from Database

Inherited from AnyRef

Inherited from Any

Ungrouped