|
Scala 2
|
class
Jointure
extends
Relation with
ScalaObjectConstructor Summary | |
def
this
|
Def Summary | |
def
joinCondition
: Option
The condition on which the jointure needs be done. |
|
def
joinType
: JoinType
The type of the jointure. |
|
def
leftRelation
: Relation
The relation on the left part of the join. |
|
def
rightRelation
: Relation
The relation on the right part of the join. |
|
def
sqlInnerString
: java.lang.String
A SQL-99 compliant string representation of the relation sub- statement. This only has a meaning inside a query. |
|
def
sqlString
: java.lang.String
A SQL-99 compliant string representation of the relation statement. |
Constructor Detail |
def
this
Def Detail |
def
joinCondition
: Option
def
joinType
: JoinType
def
leftRelation
: Relation
def
rightRelation
: Relation
def
sqlInnerString
: java.lang.String
def
sqlString
: java.lang.String