Packages

  • package root

    edit this text on github Slick logo

    edit this text on github Slick logo

    Scala Language-Integrated Connection Kit

    This is the API documentation for the Slick database library. It should be used as an additional resource to the user manual.

    Further documentation for Slick can be found on the documentation pages.

    To the slick package list...

    Definition Classes
    root
  • package slick
    Definition Classes
    root
  • package ast

    Abstract Syntax Tree (AST) for representing queries during compilation

    Abstract Syntax Tree (AST) for representing queries during compilation

    Definition Classes
    slick
  • package basic

    Contains the abstract BasicProfile, BasicBackend and related code.

    Contains the abstract BasicProfile, BasicBackend and related code.

    Definition Classes
    slick
  • package collection

    HList implementation

    HList implementation

    Definition Classes
    slick
  • package compiler

    Slick AST to database query compiler

    Slick AST to database query compiler

    Definition Classes
    slick
  • package dbio

    The dbio package contains the Database I/O Action implementation.

    The dbio package contains the Database I/O Action implementation. See DBIOAction for details.

    Definition Classes
    slick
  • package driver
    Definition Classes
    slick
  • JdbcProfile
  • package jdbc

    Contains the abstract JdbcProfile and related code.

    Contains the abstract JdbcProfile and related code. This includes all JDBC-related code, facilities for Plain SQL queries, and JDBC-specific profile components.

    Definition Classes
    slick
  • package lifted

    Lifted embedding: Stable query api based on implicits and overloading lifting Scala code into Slick ASTs

    Lifted embedding: Stable query api based on implicits and overloading lifting Scala code into Slick ASTs

    Definition Classes
    slick
  • package memory

    Contains the abstract MemoryQueryingProfile and related code, as well as the concrete MemoryProfile and DistributedProfile implementations for in-memory interpretation of queries and scheduling of distributed queries (i.e.

    Contains the abstract MemoryQueryingProfile and related code, as well as the concrete MemoryProfile and DistributedProfile implementations for in-memory interpretation of queries and scheduling of distributed queries (i.e. combining several profiles and backends).

    Definition Classes
    slick
  • package model

    Slick schema model

    Slick schema model

    Definition Classes
    slick
  • package profile
    Definition Classes
    slick
  • package relational

    Contains the abstract RelationalProfile and related code.

    Contains the abstract RelationalProfile and related code.

    Definition Classes
    slick
  • package sql

    Contains the abstract SqlProfile and related code.

    Contains the abstract SqlProfile and related code.

    Definition Classes
    slick
  • package util

    Helper code for various things.

    Helper code for various things. Tuples, Logging, SQL, ...

    Definition Classes
    slick
p

slick

driver

package driver

Source
driver.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. driver
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Deprecated Type Members

  1. type DerbyDriver = DerbyProfile
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use type slick.jdbc.DerbyProfile instead of slick.driver.DerbyDriver

  2. type H2Driver = H2Profile
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use type slick.jdbc.H2Profile instead of slick.driver.H2Driver

  3. type HsqldbDriver = HsqldbProfile
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use type slick.jdbc.HsqldbProfile instead of slick.driver.HsqldbDriver

  4. type JdbcDriver = jdbc.JdbcProfile
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use type slick.jdbc.JdbcProfile instead of slick.driver.JdbcDriver

  5. type JdbcProfile = jdbc.JdbcProfile
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use type slick.jdbc.JdbcProfile instead of slick.driver.JdbcProfile

  6. type MySQLDriver = MySQLProfile
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use type slick.jdbc.MySQLProfile instead of slick.driver.MySQLDriver

  7. type PostgresDriver = PostgresProfile
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use type slick.jdbc.PostgresProfile instead of slick.driver.PostgresDriver

  8. type SQLiteDriver = SQLiteProfile
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use type slick.jdbc.SQLiteProfile instead of slick.driver.SQLiteDriver

Value Members

  1. object JdbcProfile

Deprecated Value Members

  1. val DerbyDriver: DerbyProfile.type
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use object slick.jdbc.DerbyProfile instead of slick.driver.DerbyDriver

  2. val H2Driver: H2Profile.type
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use object slick.jdbc.H2Profile instead of slick.driver.H2Driver

  3. val HsqldbDriver: HsqldbProfile.type
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use object slick.jdbc.HsqldbProfile instead of slick.driver.HsqldbDriver

  4. val MySQLDriver: MySQLProfile.type
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use object slick.jdbc.MySQLProfile instead of slick.driver.MySQLDriver

  5. val PostgresDriver: PostgresProfile.type
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use object slick.jdbc.PostgresProfile instead of slick.driver.PostgresDriver

  6. val SQLiteDriver: SQLiteProfile.type
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use object slick.jdbc.SQLiteProfile instead of slick.driver.SQLiteDriver

Inherited from AnyRef

Inherited from Any

Ungrouped