|
Scala Library Documentation
|
|
scala/dbc/statement/JoinType.scala]
object
JoinType
extends AnyRef| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Class Summary | |
abstract class
|
Outer
extends JoinType
A join behaviour family where a joined tuple is created even when a
tuple has no corresponding tuple in the other relation. The fields
populated by values of the other tuple will receive the NULL value.
|
| Object Summary | |
case object
|
Inner
extends JoinType with Product
A join behaviour where a joined tuple is created only when a
corresponding tuple exists in both original relations.
|
object
|
Outer
extends AnyRef
|
|
Scala Library Documentation
|
|