scala.slick.profile

BasicDriver

trait BasicDriver extends BasicProfile

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BasicDriver
  2. BasicProfile
  3. BasicExecutorComponent
  4. BasicInvokerComponent
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Backend <: DatabaseComponent

    The back-end type required by this profile

    The back-end type required by this profile

    Definition Classes
    BasicProfile
  2. trait DDLInvoker extends AnyRef

    Pseudo-invoker for running DDL statements.

  3. trait Implicits extends ExtensionMethodConversions

    Definition Classes
    BasicProfile
  4. abstract type InsertInvoker[T] <: InsertInvokerDef[T]

    The type of insert invokers returned by the driver

    The type of insert invokers returned by the driver

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

    Definition Classes
    BasicInvokerComponent
  6. abstract type QueryExecutor[T] <: QueryExecutorDef[T]

    The type of query executors returned by the driver

    The type of query executors returned by the driver

    Definition Classes
    BasicExecutorComponent
  7. trait QueryExecutorDef[R] extends AnyRef

    Definition Classes
    BasicExecutorComponent
  8. abstract type SchemaDescription <: SchemaDescriptionDef

    The type of a schema description (DDL)

    The type of a schema description (DDL)

    Definition Classes
    BasicProfile
  9. trait SchemaDescriptionDef extends AnyRef

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

  10. trait SimpleQL extends BasicDriver.Implicits with Aliases

    Definition Classes
    BasicProfile
  11. abstract type TypeInfo

    The driver-specific representation of types

  12. final class UnshapedQueryExecutor[M] extends AnyRef

    Definition Classes
    BasicExecutorComponent

Abstract Value Members

  1. abstract val Implicit: Implicits

    Definition Classes
    BasicProfile
  2. abstract val backend: Backend

    Definition Classes
    BasicProfile
  3. abstract def createDDLInvoker(ddl: SchemaDescription): 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
    BasicInvokerComponent
  4. abstract def createInsertInvoker[T](tree: Node): 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
    BasicInvokerComponent
  5. abstract def createQueryExecutor[R](tree: Node, param: Any): 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
    BasicExecutorComponent
  6. abstract def deleteCompiler: QueryCompiler

    The compiler used for deleting data

    The compiler used for deleting data

    Definition Classes
    BasicProfile
  7. abstract def insertCompiler: QueryCompiler

    The compiler used for inserting data

    The compiler used for inserting data

    Definition Classes
    BasicProfile
  8. abstract def queryCompiler: QueryCompiler

    The compiler used for queries

    The compiler used for queries

    Definition Classes
    BasicProfile
  9. abstract val simple: 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
    BasicProfile
  10. abstract def typeInfoFor(t: Type): TypeInfo

  11. abstract def updateCompiler: QueryCompiler

    The compiler used for updates

    The compiler used for updates

    Definition Classes
    BasicProfile

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. final val capabilities: Set[Capability]

    Definition Classes
    BasicProfile
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def computeCapabilities: Set[Capability]

    Attributes
    protected
    Definition Classes
    BasicProfile
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  19. val profile: BasicProfile

  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  21. def toString(): String

    Definition Classes
    BasicDriver → AnyRef → Any
  22. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BasicProfile

Inherited from BasicExecutorComponent

Inherited from BasicInvokerComponent

Inherited from AnyRef

Inherited from Any

Ungrouped