Package

slick

Permalink

package slick

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. class SlickException extends RuntimeException

    Permalink

    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

    Permalink

    A SlickException that contains a Dumpable with more details.

Value Members

  1. package ast

    Permalink

    Abstract Syntax Tree (AST) for representing queries during compilation

  2. package basic

    Permalink

    Contains the abstract BasicProfile, BasicBackend and related code.

  3. package collection

    Permalink

    HList implementation

  4. package compiler

    Permalink

    Slick AST to database query compiler

  5. package dbio

    Permalink

    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

    Permalink
  7. package jdbc

    Permalink

    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.

  8. package lifted

    Permalink

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

  9. package memory

    Permalink

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

  10. package model

    Permalink

    Slick schema model

  11. package profile

    Permalink
  12. package relational

    Permalink

    Contains the abstract RelationalProfile and related code.

  13. package sql

    Permalink

    Contains the abstract SqlProfile and related code.

  14. package util

    Permalink

    Helper code for various things.

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

Ungrouped