|
Scala 2
|
class
SelectBeyond
extends
java.lang.Object with
ScalaObjectConstructor 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