trait Script extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- Script
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
Concrete Value Members
- 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 ";".
A Script to run on the database.