in scala.dbc.statement
class JoinType

abstract class JoinType
extends java.lang.Object
with scala.ScalaObject
A join behaviour in a Jointure.
Direct Known Subclasses:
Outer

Constructor Summary
def this

Def Summary
abstract def sqlString : java.lang.String
A SQL-99 string representation of the join behaviour.
Constructor Detail
def this

Def Detail
abstract def sqlString : java.lang.String
A SQL-99 string representation of the join behaviour.