in scala/dbc/statement
object JoinType

object JoinType
extends Object
with ScalaObject

Object Summary
case object Inner
     A join behaviour where a joined tuple is created only when a corresponding tuple exists in both original relations.
  object Outer

Class Summary
abstract class Outer()
     A join behaviour family where a joined tuple is created even when a tuple has no corresponding tuple in the other relation.