|
Scala Library Documentation
|
|
scala/dbc/statement/Status.scala]
abstract
class
Status
extends Statement| 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 AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
abstract
def
sqlString : String
|
Scala Library Documentation
|
|