Scala Library Documentation
|
|
scala/dbc/syntax/Statement.scala
]
abstract
class
SelectDerivedColumns
extends
AnyRefMethod Summary | |
def
|
and (sdc : SelectDerivedColumns) : SelectDerivedColumns |
abstract def
|
selectList : List[DerivedColumn] |
abstract def
|
selectTypes : List[DataType] |
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
selectList : List[DerivedColumn]
def
and(sdc : SelectDerivedColumns) : SelectDerivedColumns
Scala Library Documentation
|
|