in scala.dbc.statement
class Status

abstract class Status
extends Statement
with ScalaObject
A statement that changes the status of the database.

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
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.