in scala.dbc.statement
class Expression

abstract class Expression
extends Relation
with ScalaObject
An expression that calculates some value from fields.

Constructor Summary
def this



Def Summary
def fieldTypes : List

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


Constructor Detail
def this

Def Detail
def fieldTypes : List

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