in scala.dbc.statement.expression
class Select

abstract class Select
extends scala.dbc.statement.Expression
with scala.ScalaObject

Constructor Summary
def this



Def Summary
def selectStatement : scala.dbc.statement.Select
The actual select statement
def sqlInnerString : java.lang.String
A SQL-99 compliant string representation of the relation sub- statement. This only has a meaning inside another statement.
override def sqlString : java.lang.String
A SQL-99 compliant string representation of the expression.


Constructor Detail
def this

Def Detail
def selectStatement : scala.dbc.statement.Select
The actual select statement

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

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