in scala/dbc/statement/JoinType/Outer
object Full

case object Full
extends Outer
with ScalaObject
with CaseClass

An outer join behaviour where there will be at least on tuple for every tuple in both right and left relations.

Field Summary
final val sqlString: String
     A SQL-99 string representation of the join behaviour.

Field Detail

sqlString

  final val sqlString: String
A SQL-99 string representation of the join behaviour.