|
Scala Library Documentation
|
|
scala/dbc/syntax/Statement.scala]
abstract
class
SelectOf
extends AnyRef| Method Summary | |
def
|
from (sst : SelectSourceTables) : SelectBeyond |
abstract def
|
selectList : List[DerivedColumn] |
abstract def
|
selectTypes : List[DataType] |
abstract def
|
setQuantifier : Option[SetQuantifier] |
| 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
setQuantifier : Option[SetQuantifier]
abstract
def
selectList : List[DerivedColumn]
def
from(sst : SelectSourceTables) : SelectBeyond
|
Scala Library Documentation
|
|