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