|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'SQL Table Reference'.
The following features are supported:
SQLQueryModelPackage.getTableReference()
Method Summary | |
TableNested |
getNest()
Returns the value of the 'Nest' container reference. |
QuerySelect |
getQuerySelect()
Returns the value of the 'Query Select' container reference. |
TableJoined |
getTableJoinedLeft()
Returns the value of the 'Table Joined Left' container reference. |
TableJoined |
getTableJoinedRight()
Returns the value of the 'Table Joined Right' container reference. |
void |
setNest(TableNested value)
Sets the value of the ' Nest ' container reference. |
void |
setQuerySelect(QuerySelect value)
Sets the value of the ' Query Select ' container reference. |
void |
setTableJoinedLeft(TableJoined value)
Sets the value of the ' Table Joined Left ' container reference. |
void |
setTableJoinedRight(TableJoined value)
Sets the value of the ' Table Joined Right ' container reference. |
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 TableJoined getTableJoinedRight()
Table Ref Right
'.
If the meaning of the 'Table Joined Right' container reference isn't clear, there really should be more of a description here...
setTableJoinedRight(TableJoined)
,
SQLQueryModelPackage.getTableReference_TableJoinedRight()
,
TableJoined.getTableRefRight()
public void setTableJoinedRight(TableJoined value)
Table Joined Right
' container reference.
value
- the new value of the 'Table Joined Right' container reference.getTableJoinedRight()
public TableJoined getTableJoinedLeft()
Table Ref Left
'.
If the meaning of the 'Table Joined Left' container reference isn't clear, there really should be more of a description here...
setTableJoinedLeft(TableJoined)
,
SQLQueryModelPackage.getTableReference_TableJoinedLeft()
,
TableJoined.getTableRefLeft()
public void setTableJoinedLeft(TableJoined value)
Table Joined Left
' container reference.
value
- the new value of the 'Table Joined Left' container reference.getTableJoinedLeft()
public QuerySelect getQuerySelect()
From Clause
'.
If the meaning of the 'Query Select' container reference isn't clear, there really should be more of a description here...
setQuerySelect(QuerySelect)
,
SQLQueryModelPackage.getTableReference_QuerySelect()
,
QuerySelect.getFromClause()
public void setQuerySelect(QuerySelect value)
Query Select
' container reference.
value
- the new value of the 'Query Select' container reference.getQuerySelect()
public TableNested getNest()
Nested Table Ref
'.
If the meaning of the 'Nest' container reference isn't clear, there really should be more of a description here...
setNest(TableNested)
,
SQLQueryModelPackage.getTableReference_Nest()
,
TableNested.getNestedTableRef()
public void setNest(TableNested value)
Nest
' container reference.
value
- the new value of the 'Nest' container reference.getNest()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |