Scala Library Documentation
|
|
scala/dbc/syntax/Statement.scala
]
abstract
class
SelectSourceTable
extends
AnyRefMethod Summary | |
abstract def
|
fromRelation : Relation |
def
|
fullOuterJoin (sst : SelectSourceTable) : SelectSourceTable |
def
|
innerJoin (sst : SelectSourceTable) : SelectSourceTable |
def
|
leftOuterJoin (sst : SelectSourceTable) : SelectSourceTable |
def
|
rightOuterJoin (sst : SelectSourceTable) : SelectSourceTable |
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
fromRelation : Relation
def
innerJoin(sst : SelectSourceTable) : SelectSourceTable
def
leftOuterJoin(sst : SelectSourceTable) : SelectSourceTable
def
rightOuterJoin(sst : SelectSourceTable) : SelectSourceTable
def
fullOuterJoin(sst : SelectSourceTable) : SelectSourceTable
Scala Library Documentation
|
|