in scala/dbc/statement/JoinType
class Outer

abstract class Outer()
extends JoinType
with ScalaObject
Implementing classes or objects:
object Left in scala/dbc/statement/JoinType/Outer
object Right in scala/dbc/statement/JoinType/Outer
object Full in scala/dbc/statement/JoinType/Outer

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.

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/ScalaObject-class
getScalaType

Methods inherited from scala/dbc/statement/JoinType-class
sqlString