Class

spark.jobserver.slick.unmanaged

UnmanagedDatabase

Related Doc: package unmanaged

Permalink

class UnmanagedDatabase extends slick.jdbc.JdbcBackend.DatabaseDef

Slick database wrapper for a JDBC connection

returns

database wrapper

Linear Supertypes
slick.jdbc.JdbcBackend.DatabaseDef, slick.jdbc.JdbcBackend.DatabaseDef, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnmanagedDatabase
  2. DatabaseDef
  3. DatabaseDef
  4. Closeable
  5. AutoCloseable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnmanagedDatabase(conn: Connection)

    Permalink

    conn

    the JDBC connection to wrap

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 acquireSession(ctx: slick.jdbc.JdbcBackend.Context): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    DatabaseDef
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. var capabilities: slick.jdbc.JdbcBackend.DatabaseCapabilities

    Permalink
    Attributes
    protected[slick.jdbc.JdbcBackend]
    Definition Classes
    DatabaseDef
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def close(): Unit

    Permalink
    Definition Classes
    DatabaseDef → DatabaseDef → Closeable → AutoCloseable
  9. def createDatabaseActionContext[T](_useSameThread: Boolean): slick.jdbc.JdbcBackend.Context

    Permalink
    Attributes
    protected[this]
    Definition Classes
    DatabaseDef → DatabaseDef
  10. def createPublisher[T](a: DBIOAction[_, Streaming[T], Nothing], createCtx: (Subscriber[_ >: T]) ⇒ slick.jdbc.JdbcBackend.StreamingContext): DatabasePublisher[T]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    DatabaseDef
  11. def createSession(): slick.jdbc.JdbcBackend.Session

    Permalink
    Definition Classes
    UnmanagedDatabase → DatabaseDef → DatabaseDef
  12. def createStreamingDatabaseActionContext[T](s: Subscriber[_ >: T], useSameThread: Boolean): slick.jdbc.JdbcBackend.StreamingContext

    Permalink
    Attributes
    protected[this]
    Definition Classes
    DatabaseDef → DatabaseDef
  13. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. val executor: AsyncExecutor

    Permalink
    Definition Classes
    DatabaseDef
  16. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def io[T](thunk: ⇒ T): Future[T]

    Permalink
    Definition Classes
    DatabaseDef
  20. final def ioExecutionContext: ExecutionContext

    Permalink
    Definition Classes
    DatabaseDef
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def logAction(a: DBIOAction[_, NoStream, Nothing], ctx: slick.jdbc.JdbcBackend.Context): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    DatabaseDef
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. final def releaseSession(ctx: slick.jdbc.JdbcBackend.Context, discardErrors: Boolean): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    DatabaseDef
  27. final def run[R](a: DBIOAction[R, NoStream, Nothing]): Future[R]

    Permalink
    Definition Classes
    DatabaseDef
  28. def runInContext[R](a: DBIOAction[R, NoStream, Nothing], ctx: slick.jdbc.JdbcBackend.Context, streaming: Boolean, topLevel: Boolean): Future[R]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    DatabaseDef
  29. def runSynchronousDatabaseAction[R](a: SynchronousDatabaseAction[R, NoStream, slick.jdbc.JdbcBackend.This, _], ctx: slick.jdbc.JdbcBackend.Context, highPrio: Boolean): Future[R]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    DatabaseDef
  30. def scheduleSynchronousStreaming(a: SynchronousDatabaseAction[_, _ <: NoStream, slick.jdbc.JdbcBackend.This, _ <: Effect], ctx: slick.jdbc.JdbcBackend.StreamingContext, highPrio: Boolean)(initialState: StreamState): Unit

    Permalink
    Attributes
    protected[slick.backend.DatabaseComponent]
    Definition Classes
    DatabaseDef
  31. def shutdown: Future[Unit]

    Permalink
    Definition Classes
    DatabaseDef
  32. val source: JdbcDataSource

    Permalink
    Definition Classes
    DatabaseDef
  33. final def stream[T](a: StreamingDBIO[_, T], bufferNext: Boolean): DatabasePublisher[T]

    Permalink
    Definition Classes
    DatabaseDef
  34. final def stream[T](a: DBIOAction[_, Streaming[T], Nothing]): DatabasePublisher[T]

    Permalink
    Definition Classes
    DatabaseDef
  35. def streamSynchronousDatabaseAction(a: SynchronousDatabaseAction[_, _ <: NoStream, slick.jdbc.JdbcBackend.This, _ <: Effect], ctx: slick.jdbc.JdbcBackend.StreamingContext, highPrio: Boolean): Future[Null]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    DatabaseDef
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def synchronousExecutionContext: ExecutionContext

    Permalink
    Attributes
    protected[this]
    Definition Classes
    DatabaseDef → DatabaseDef
  38. def toString(): String

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

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

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

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

Inherited from slick.jdbc.JdbcBackend.DatabaseDef

Inherited from slick.jdbc.JdbcBackend.DatabaseDef

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped