in scala.dbc.statement
class Relation

abstract class Relation
extends Statement
with ScalaObject
A statement that returns a relation.

Constructor Summary
def this



Def Summary
def execute ( database : Database ) : Relation
Executes the statement on the given database.
def execute ( database : Database , debug : scala.Boolean ) : Relation

def fieldTypes : List

def isCompatibleType : Function2

def sqlInnerString : java.lang.String
A SQL-99 compliant string representation of the relation sub- statement. This only has a meaning inside another statement.
def sqlString : java.lang.String
A SQL-99 compliant string representation of the statement.
def sqlTypeString : java.lang.String

def typeCheck ( relation : Relation ) : scala.Unit



Constructor Detail
def this

Def Detail
def execute ( database : Database ) : Relation
Executes the statement on the given database.

def execute ( database : Database , debug : scala.Boolean ) : Relation

def fieldTypes : List

def isCompatibleType : Function2

def sqlInnerString : java.lang.String
A SQL-99 compliant string representation of the relation sub- statement. This only has a meaning inside another statement.

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

def sqlTypeString : java.lang.String

def typeCheck ( relation : Relation ) : scala.Unit