org.cvogt.action

slick

package slick

Source
package.scala
Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. slick
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Async extends AnyRef

    phantom type representing a potentially asynchronous actions

  2. trait Read extends AnyRef

    phantom type representing a read query

  3. class SlickActionExtension[P <: JdbcDriver] extends SlickActionOperations[P]

    Slick Action extensions public interface

  4. trait SlickActionOperations[P <: JdbcDriver] extends AnyRef

    Slick Action operations.

  5. trait Write extends AnyRef

    phantom type representing a write query

Value Members

  1. def SlickActionExtension[P <: JdbcDriver](driver: P): SlickActionExtension[P]

    Creates an instance of the Slick Action extension

Inherited from AnyRef

Inherited from Any

Ungrouped