in scala.dbc.statement
class Status

abstract class Status
extends scala.dbc.statement.Statement
with scala.ScalaObject
A statement that changes the status of the database.
Direct Known Subclasses:
Update, Insert

Constructor Summary
def this



Def Summary
def execute (database: scala.dbc.Database) : scala.dbc.result.Status[scala.Unit]
Executes the statement on the given database.
def execute (database: scala.dbc.Database, debug: scala.Boolean) : scala.dbc.result.Status[scala.Unit]

abstract def sqlString : java.lang.String
A SQL-99 compliant string representation of the statement.


Constructor Detail
def this

Def Detail
def execute (database: scala.dbc.Database): scala.dbc.result.Status[scala.Unit]
Executes the statement on the given database.

def execute (database: scala.dbc.Database, debug: scala.Boolean): scala.dbc.result.Status[scala.Unit]

abstract def sqlString : java.lang.String
A SQL-99 compliant string representation of the statement.