scala.slick

memory

package memory

In-memory interpretation of queries and scheduler for distributed queries (i.e. combining several backends).

Source
package.scala
Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. memory
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait DistributedBackend extends DatabaseComponent with Logging

    The backend for DistributedDriver

  2. class DistributedDriver extends MemoryQueryingDriver with DistributedProfile

  3. trait DistributedProfile extends MemoryQueryingProfile

    A profile and driver for distributed queries.

  4. final case class DriverComputation(compiled: Node, driver: RelationalDriver, tpe: Type) extends NullaryNode with TypedNode with Product with Serializable

    Represents a computation that needs to be performed by another driver.

  5. trait HeapBackend extends DatabaseComponent with Logging

    A simple database engine that stores data in heap data structures.

  6. trait MemoryDriver extends MemoryQueryingDriver with MemoryProfile

  7. trait MemoryProfile extends MemoryQueryingProfile

    A profile and driver for interpreted queries on top of the in-memory database.

  8. trait MemoryQueryingDriver extends RelationalDriver with MemoryQueryingProfile

  9. trait MemoryQueryingProfile extends RelationalProfile

    The querying (read-only) part that can be shared between MemoryDriver and DistributedDriver.

  10. trait MemoryResultConverterDomain extends ResultConverterDomain

  11. class QueryInterpreter extends Logging

    A query interpreter for the MemoryDriver and for client-side operations that need to be run as part of distributed queries against multiple backends.

Value Members

  1. object DistributedBackend extends DistributedBackend

  2. object HeapBackend extends HeapBackend

  3. object MemoryDriver extends MemoryDriver

  4. object MemoryProfile

  5. object QueryInterpreter

Inherited from AnyRef

Inherited from Any

Ungrouped