Package

slick

profile

Permalink

package profile

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

Type Members

  1. type BasicDriver = basic.BasicProfile

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use type slick.basic.BasicProfile instead of slick.profile.BasicDriver

  2. type BasicProfile = basic.BasicProfile

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use type slick.basic.BasicProfile instead of slick.profile.BasicProfile

  3. type Capability = basic.Capability

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use slick.basic.Capability instead of slick.profile.Capability

  4. type RelationalDriver = relational.RelationalProfile

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use type slick.relational.RelationalProfile instead of slick.profile.RelationalDriver

  5. type RelationalProfile = relational.RelationalProfile

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use type slick.relational.RelationalProfile instead of slick.profile.RelationalProfile

  6. type SqlDriver = sql.SqlProfile

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use type slick.sql.SqlProfile instead of slick.profile.SqlDriver

  7. type SqlProfile = sql.SqlProfile

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use type slick.sql.SqlProfile instead of slick.profile.SqlProfile

Value Members

  1. object RelationalProfile

    Permalink
  2. object SqlProfile

    Permalink

Deprecated Value Members

  1. val Capability: basic.Capability.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use slick.basic.Capability instead of slick.profile.Capability

Inherited from AnyRef

Inherited from Any

Ungrouped