in scala.dbc.statement.JoinType
object Outer

object Outer
extends java.lang.Object
with scala.ScalaObject

Constructor Summary
def this



Object Summary
case object Full
An outer join behaviour where there will be at least on tuple for every tuple in both right and left relations.
case object Left
An outer join behaviour where there will be at least on tuple for every tuple in the left relation.
case object Right
An outer join behaviour where there will be at least on tuple for every tuple in the right relation.


Constructor Detail
def this