in scala.dbc.syntax.Statement
class SelectBeyond

abstract class SelectBeyond
extends java.lang.Object
with ScalaObject

Constructor Summary
def this



Def Summary
def fromClause : List

def groupBy ( sgb : SelectGroupBy ) : SelectBeyond

def groupByClause : Option

def having ( se : StatementExpression ) : SelectBeyond

def havingClause : Option

def selectList : List

def selectTypes : List

def setQuantifier : Option

def where ( se : StatementExpression ) : SelectBeyond

def whereClause : Option



Constructor Detail
def this

Def Detail
def fromClause : List

def groupBy ( sgb : SelectGroupBy ) : SelectBeyond

def groupByClause : Option

def having ( se : StatementExpression ) : SelectBeyond

def havingClause : Option

def selectList : List

def selectTypes : List

def setQuantifier : Option

def where ( se : StatementExpression ) : SelectBeyond

def whereClause : Option