Packages

t

slick.relational.RelationalActionComponent

SchemaActionExtensionMethodsImpl

trait SchemaActionExtensionMethodsImpl extends AnyRef

Source
RelationalProfile.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemaActionExtensionMethodsImpl
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def create: RelationalProfile.ProfileAction[Unit, NoStream, Schema]

    Create an Action that creates the entities described by this schema description.

  2. abstract def createIfNotExists: RelationalProfile.ProfileAction[Unit, NoStream, Schema]

    Create an Action that creates the entities described by this schema description if the entities do not exist.

  3. abstract def drop: RelationalProfile.ProfileAction[Unit, NoStream, Schema]

    Create an Action that drops the entities described by this schema description.

  4. abstract def dropIfExists: RelationalProfile.ProfileAction[Unit, NoStream, Schema]

    Create an Action that drops the entities described by this schema description only if the entities exist.

  5. abstract def truncate: RelationalProfile.ProfileAction[Unit, NoStream, Schema]

    Create an Action that truncates entries described by this schema description