in scala/dbc/statement/JoinType
object Outer

object Outer
extends Object
with 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.