Scala Library Documentation
|
|
scala/dbc/statement/Status.scala
]
abstract
class
Status
extends
StatementMethod Summary | |
def
|
execute (database : Database, debug : Boolean) : Status[Unit] |
def
|
execute
(database : Database) : Status[Unit]
Executes the statement on the given database.
|
abstract def
|
sqlString
: java.lang.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 : java.lang.String
Scala Library Documentation
|
|