|
Scala
1.4.0.4 |
|||
| Method Summary | |
def execute(database: Database): Status[Unit]
Executes the statement on the given database. |
|
def execute(database: Database, debug: Boolean): Status[Unit]
|
|
abstract
|
def sqlString: String
A SQL-99 compliant string representation of the statement. |
| Methods inherited from java/lang/Object-class |
| clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait |
| Methods inherited from scala/Any-class |
| !=, ==, asInstanceOf, isInstanceOf, match |
| Methods inherited from scala/ScalaObject-class |
| getScalaType |
| Method Detail |
abstract def sqlString: String
def execute(database: Database): Status[Unit]
def execute(database: Database, debug: Boolean): Status[Unit]
|
Scala
1.4.0.4 |
|||