case class DownScript(evolution: Evolution) extends Script with Product with Serializable
A DOWN Script to run on the database.
- evolution
the original evolution
- Source
- Evolutions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DownScript
- Serializable
- Serializable
- Product
- Equals
- Script
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
evolution: Evolution
Original evolution.
Original evolution.
- Definition Classes
- DownScript → Script
-
def
sql: String
The complete SQL to be run.
The complete SQL to be run.
- Definition Classes
- DownScript → Script
-
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 ";".
- Definition Classes
- Script