Script

play.api.db.evolutions.Script
trait Script

A Script to run on the database.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class DownScript
class UpScript

Members list

Value members

Abstract methods

Original evolution.

Original evolution.

Attributes

def sql: String

The complete SQL to be run.

The complete SQL to be run.

Attributes

Concrete methods

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