in scala/dbc/statement/JoinType
object Inner

case object Inner
extends JoinType
with ScalaObject
with CaseClass

A join behaviour where a joined tuple is created only when a corresponding tuple exists in both original 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.