slick

package slick

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. class SlickException extends RuntimeException

    All Exceptions that are thrown directly by Slick are of type SlickException.

    All Exceptions that are thrown directly by Slick are of type SlickException. Other Exceptions originating in non-Slick code are generally not wrapped but passed on directly.

  2. class SlickTreeException extends SlickException

    A SlickException that contains a Dumpable with more details.

Value Members

  1. package ast

    Abstract Syntax Tree (AST) for representing queries during compilation

  2. package backend

    Generic backend-related code

  3. package collection

    HList implementation

  4. package compiler

    Slick AST to database query compiler

  5. 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.

  6. package driver

    Specific database drivers

  7. package jdbc

    JDBC-related code, including all facilities for Plain SQL queries and JDBC-specific driver components.

    JDBC-related code, including all facilities for Plain SQL queries and JDBC-specific driver components.

  8. package lifted

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

  9. package memory

    In-memory interpretation of queries and scheduler for distributed queries (i.e.

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

  10. package model

    Slick schema model

  11. package profile

    Abstract base classes for driver/profile architecture

  12. package relational

  13. package util

    Helper code for various things.

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

Ungrouped