|
Scala
1.4.0.4 |
|||
Method Summary | |
abstract
|
def fromClause: List[Relation]
|
def groupBy(sgb: SelectGroupBy): SelectBeyond
|
|
abstract
|
def groupByClause: Option[List[Expression]]
|
def having(se: StatementExpression): SelectBeyond
|
|
abstract
|
def havingClause: Option[Expression]
|
abstract
|
def selectList: List[DerivedColumn]
|
abstract
|
def selectTypes: List[DataType]
|
abstract
|
def setQuantifier: Option[SetQuantifier]
|
def where(se: StatementExpression): SelectBeyond
|
|
abstract
|
def whereClause: Option[Expression]
|
Methods inherited from java/lang/Object-class |
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/ScalaObject-class |
getScalaType |
Method Detail |
abstract def setQuantifier: Option[SetQuantifier]
abstract def selectList: List[DerivedColumn]
abstract def selectTypes: List[DataType]
abstract def fromClause: List[Relation]
abstract def whereClause: Option[Expression]
abstract def groupByClause: Option[List[Expression]]
abstract def havingClause: Option[Expression]
def where(se: StatementExpression): SelectBeyond
def groupBy(sgb: SelectGroupBy): SelectBeyond
def having(se: StatementExpression): SelectBeyond
|
Scala
1.4.0.4 |
|||