scala.slick.memory

DistributedProfile

trait DistributedProfile extends MemoryQueryingProfile

A profile and driver for distributed queries.

Self Type
DistributedDriver
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DistributedProfile
  2. MemoryQueryingProfile
  3. RelationalProfile
  4. RelationalTypesComponent
  5. RelationalSequenceComponent
  6. RelationalTableComponent
  7. BasicProfile
  8. BasicExecutorComponent
  9. BasicInvokerComponent
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Backend = DistributedBackend

    The back-end type required by this profile

    The back-end type required by this profile

    Definition Classes
    DistributedProfileBasicProfile
  2. type BaseColumnType[T] = ScalaType[T] with BaseTypedType[T]

  3. trait ColumnOptions extends AnyRef

    Definition Classes
    RelationalTableComponent
  4. type ColumnType[T] = ScalaType[T]

  5. trait DDLInvoker extends AnyRef

    Pseudo-invoker for running DDL statements.

  6. class DistributedQueryInterpreter extends QueryInterpreter

  7. trait ImplicitColumnTypes extends AnyRef

  8. trait Implicits extends DistributedDriver.Implicits

  9. abstract type InsertInvoker[T] <: DistributedDriver.InsertInvokerDef[T]

    The type of insert invokers returned by the driver

    The type of insert invokers returned by the driver

    Definition Classes
    BasicInvokerComponent
  10. trait InsertInvokerDef[T] extends AnyRef

    Definition Classes
    BasicInvokerComponent
  11. type QueryExecutor[R] = DistributedDriver.QueryExecutorDef[R]

    The type of query executors returned by the driver

    The type of query executors returned by the driver

    Definition Classes
    DistributedProfileBasicExecutorComponent
  12. class QueryExecutorDef[R] extends DistributedDriver.QueryExecutorDef[R]

  13. abstract type SchemaDescription <: DistributedDriver.SchemaDescriptionDef

    The type of a schema description (DDL)

    The type of a schema description (DDL)

    Definition Classes
    BasicProfile
  14. trait SchemaDescriptionDef extends AnyRef

    A schema description contains the SQL statements for creating and dropping database entities.

  15. class Sequence[T] extends Typed

    Definition Classes
    RelationalSequenceComponent
  16. trait SimpleQL extends DistributedDriver.SimpleQL with DistributedDriver.Implicits

  17. abstract class Table[T] extends AbstractTable[T]

    Definition Classes
    RelationalTableComponent
  18. class TableQueryExtensionMethods[T <: RelationalDriver.Table[_], U] extends AnyRef

    Definition Classes
    RelationalProfile
  19. final class UnshapedQueryExecutor[M] extends AnyRef

    Definition Classes
    BasicExecutorComponent

Abstract Value Members

  1. abstract val drivers: Seq[RelationalProfile]

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val Implicit: DistributedDriver.Implicits

  7. object Sequence

    Definition Classes
    RelationalSequenceComponent
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val backend: DistributedDriver.Backend

    Definition Classes
    DistributedProfileBasicProfile
  10. def buildSequenceSchemaDescription(seq: DistributedDriver.Sequence[_]): DistributedDriver.SchemaDescription

  11. def buildTableSchemaDescription(table: DistributedDriver.Table[_]): DistributedDriver.SchemaDescription

  12. final val capabilities: Set[Capability]

    Definition Classes
    BasicProfile
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val columnOptions: DistributedDriver.ColumnOptions

    Definition Classes
    RelationalTableComponent
  15. def computeCapabilities: Set[Capability]

    Attributes
    protected
    Definition Classes
    RelationalProfileBasicProfile
  16. def createDDLInvoker(sd: DistributedDriver.SchemaDescription): DistributedDriver.DDLInvoker

    Create a DDLInvoker -- this method should be implemented by drivers as needed

    Create a DDLInvoker -- this method should be implemented by drivers as needed

    Definition Classes
    DistributedProfileBasicInvokerComponent
  17. def createDistributedQueryInterpreter(param: Any, session: SessionDef): DistributedDriver.DistributedQueryInterpreter

  18. def createInsertInvoker[T](tree: Node): DistributedDriver.InsertInvoker[T]

    Create an InsertInvoker -- this method should be implemented by drivers as needed

    Create an InsertInvoker -- this method should be implemented by drivers as needed

    Definition Classes
    DistributedProfileBasicInvokerComponent
  19. def createQueryExecutor[R](tree: Node, param: Any): DistributedDriver.QueryExecutor[R]

    Create an executor -- this method should be implemented by drivers as needed

    Create an executor -- this method should be implemented by drivers as needed

    Definition Classes
    DistributedProfileBasicExecutorComponent
  20. lazy val deleteCompiler: Nothing

    Definition Classes
    DistributedProfileBasicProfile
  21. val emptyHeapDB: HeapBackend.Database

  22. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  27. lazy val insertCompiler: Nothing

    Definition Classes
    DistributedProfileBasicProfile
  28. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. lazy val queryCompiler: QueryCompiler

    Definition Classes
    DistributedProfileBasicProfile
  33. val simple: DistributedDriver.SimpleQL

    A collection of values for using the query language with a single import statement.

    A collection of values for using the query language with a single import statement. This provides the driver's implicits, the Database and Session objects for DB connections, and commonly used query language types and objects.

    Definition Classes
    DistributedProfileRelationalProfileBasicProfile
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. lazy val updateCompiler: Nothing

    Definition Classes
    DistributedProfileBasicProfile
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MemoryQueryingProfile

Inherited from RelationalProfile

Inherited from RelationalTypesComponent

Inherited from RelationalTableComponent

Inherited from BasicProfile

Inherited from BasicExecutorComponent

Inherited from BasicInvokerComponent

Inherited from AnyRef

Inherited from Any

Ungrouped