|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'SQL Table Joined'.
The following features are supported:
SQLQueryModelPackage.getTableJoined()
Method Summary | |
QuerySearchCondition |
getJoinCondition()
Returns the value of the 'Join Condition' containment reference. |
TableJoinedOperator |
getJoinOperator()
Returns the value of the 'Join Operator' attribute. |
TableReference |
getTableRefLeft()
Returns the value of the 'Table Ref Left' containment reference. |
TableReference |
getTableRefRight()
Returns the value of the 'Table Ref Right' containment reference. |
void |
setJoinCondition(QuerySearchCondition value)
Sets the value of the ' Join Condition ' containment reference. |
void |
setJoinOperator(TableJoinedOperator value)
Sets the value of the ' Join Operator ' attribute. |
void |
setTableRefLeft(TableReference value)
Sets the value of the ' Table Ref Left ' containment reference. |
void |
setTableRefRight(TableReference value)
Sets the value of the ' Table Ref Right ' containment reference. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.TableReference |
getNest, getQuerySelect, getTableJoinedLeft, getTableJoinedRight, setNest, setQuerySelect, setTableJoinedLeft, setTableJoinedRight |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.SQLQueryObject |
getSourceInfo, getSQL, setSourceInfo, setSQL |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
public TableJoinedOperator getJoinOperator()
TableJoinedOperator
.
If the meaning of the 'Join Operator' attribute isn't clear, there really should be more of a description here...
TableJoinedOperator
,
setJoinOperator(TableJoinedOperator)
,
SQLQueryModelPackage.getTableJoined_JoinOperator()
public void setJoinOperator(TableJoinedOperator value)
Join Operator
' attribute.
value
- the new value of the 'Join Operator' attribute.TableJoinedOperator
,
getJoinOperator()
public QuerySearchCondition getJoinCondition()
Table Joined
'.
If the meaning of the 'Join Condition' containment reference isn't clear, there really should be more of a description here...
setJoinCondition(QuerySearchCondition)
,
SQLQueryModelPackage.getTableJoined_JoinCondition()
,
QuerySearchCondition.getTableJoined()
public void setJoinCondition(QuerySearchCondition value)
Join Condition
' containment reference.
value
- the new value of the 'Join Condition' containment reference.getJoinCondition()
public TableReference getTableRefRight()
Table Joined Right
'.
If the meaning of the 'Table Ref Right' containment reference isn't clear, there really should be more of a description here...
setTableRefRight(TableReference)
,
SQLQueryModelPackage.getTableJoined_TableRefRight()
,
TableReference.getTableJoinedRight()
public void setTableRefRight(TableReference value)
Table Ref Right
' containment reference.
value
- the new value of the 'Table Ref Right' containment reference.getTableRefRight()
public TableReference getTableRefLeft()
Table Joined Left
'.
If the meaning of the 'Table Ref Left' containment reference isn't clear, there really should be more of a description here...
setTableRefLeft(TableReference)
,
SQLQueryModelPackage.getTableJoined_TableRefLeft()
,
TableReference.getTableJoinedLeft()
public void setTableRefLeft(TableReference value)
Table Ref Left
' containment reference.
value
- the new value of the 'Table Ref Left' containment reference.getTableRefLeft()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |