UpScript

play.api.db.evolutions.UpScript
case class UpScript(evolution: Evolution) extends Script

An UP Script to run on the database.

Value parameters

evolution

the original evolution

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Script
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def sql: String

The complete SQL to be run.

The complete SQL to be run.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

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

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

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

Attributes

Inherited from:
Script