in scala.dbc.statement.JoinType
object Outer

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

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 Summary
def this

Constructor Detail
def this