|
Scala 2
v2.1.3 |
class
Jointure
extends
scala.dbc.statement.Relation with
scala.ScalaObjectConstructor Summary | |
def
this
|
Def Summary | |
def
joinCondition
: scala.Option[scala.dbc.statement.Expression]
The condition on which the jointure needs be done. |
|
def
joinType
: scala.dbc.statement.JoinType
The type of the jointure. |
|
def
leftRelation
: scala.dbc.statement.Relation
The relation on the left part of the join. |
|
def
rightRelation
: scala.dbc.statement.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
: scala.Option[scala.dbc.statement.Expression]
def
joinType
: scala.dbc.statement.JoinType
def
leftRelation
: scala.dbc.statement.Relation
def
rightRelation
: scala.dbc.statement.Relation
def
sqlInnerString
: java.lang.String
def
sqlString
: java.lang.String