|
Scala
1.4.0.4 |
|||
Method 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 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 fromRelation: Relation
def innerJoin(sst: SelectSourceTable): SelectSourceTable
def leftOuterJoin(sst: SelectSourceTable): SelectSourceTable
def rightOuterJoin(sst: SelectSourceTable): SelectSourceTable
def fullOuterJoin(sst: SelectSourceTable): SelectSourceTable
|
Scala
1.4.0.4 |
|||