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

case object Right
extends Outer
with ScalaObject
with CaseClass

An outer join behaviour where there will be at least on tuple for every tuple in the right relation.

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.