trait Script extends AnyRef

A Script to run on the database.

Source
Evolutions.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Script
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def evolution: Evolution

    Original evolution.

  2. abstract def sql: String

    The complete SQL to be run.

Concrete Value Members

  1. def statements: Seq[String]

    The sql string separated into constituent ";"-delimited statements.

    The sql string separated into constituent ";"-delimited statements.

    Any ";;" found in the sql are escaped to ";".