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

case object Left
extends Outer
with ScalaObject
with CaseClass

An outer join behaviour where there will be at least on tuple for every tuple in the left 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.