Scala Library Documentation
|
|
scala/dbc/syntax/Statement.scala
]
abstract
class
SelectGroupBy
extends
AnyRefMethod Summary | |
abstract def
|
groupByClause : List[Expression] |
def
|
then (se : StatementExpression) : SelectGroupBy |
def
|
then (se : java.lang.String) : SelectGroupBy |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
abstract
def
groupByClause : List[Expression]
def
then(se : StatementExpression) : SelectGroupBy
def
then(se : java.lang.String) : SelectGroupBy
Scala Library Documentation
|
|