|
Scala 2
|
||
class
Status
extends
Statement with
ScalaObject| Constructor Summary | |
def
this
|
|
| Def Summary | |
def
execute
( database : Database )
: Status
Executes the statement on the given database. |
|
def
execute
( database : Database , debug : scala.Boolean )
: Status
|
|
def
sqlString
: java.lang.String
A SQL-99 compliant string representation of the statement. |
|
| Constructor Detail |
def
this
| Def Detail |
def
execute
( database : Database ) : Status
def
execute
( database : Database , debug : scala.Boolean ) : Status
def
sqlString
: java.lang.String