Scala Library Documentation
|
|
scala/dbc/statement/JoinType.scala
]
object
Outer
extends
AnyRefMethods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Object Summary | |
case object
|
Full
extends Outer with Product
An outer join behaviour where there will be at least on tuple for
every tuple in both right and left relations.
|
case object
|
Left
extends Outer with Product
An outer join behaviour where there will be at least on tuple for
every tuple in the left relation.
|
case object
|
Right
extends Outer with Product
An outer join behaviour where there will be at least on tuple for
every tuple in the right relation.
|
Scala Library Documentation
|
|