|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableExpression
A representation of the model object 'SQL Table Expression'.
The following features are supported:
SQLQueryModelPackage.getTableExpression()
Method Summary | |
---|---|
EList |
getColumnList()
Returns the value of the 'Column List' containment reference list. |
EList |
getResultTableAllColumns()
Returns the value of the 'Result Table All Columns' reference list. |
TableCorrelation |
getTableCorrelation()
Returns the value of the 'Table Correlation' containment reference. |
EList |
getValueExprColumns()
Returns the value of the 'Value Expr Columns' reference list. |
void |
setTableCorrelation(TableCorrelation value)
Sets the value of the ' Table Correlation ' 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 |
---|
EList getColumnList()
ValueExpressionColumn
.
It is bidirectional and its opposite is 'Parent Table Expr
'.
If the meaning of the 'Column List' containment reference list isn't clear, there really should be more of a description here...
SQLQueryModelPackage.getTableExpression_ColumnList()
,
ValueExpressionColumn.getParentTableExpr()
TableCorrelation getTableCorrelation()
Table Expr
'.
If the meaning of the 'Table Correlation' containment reference isn't clear, there really should be more of a description here...
setTableCorrelation(TableCorrelation)
,
SQLQueryModelPackage.getTableExpression_TableCorrelation()
,
TableCorrelation.getTableExpr()
void setTableCorrelation(TableCorrelation value)
Table Correlation
' containment reference.
value
- the new value of the 'Table Correlation' containment reference.getTableCorrelation()
EList getResultTableAllColumns()
ResultTableAllColumns
.
It is bidirectional and its opposite is 'Table Expr
'.
If the meaning of the 'Result Table All Columns' reference list isn't clear, there really should be more of a description here...
SQLQueryModelPackage.getTableExpression_ResultTableAllColumns()
,
ResultTableAllColumns.getTableExpr()
EList getValueExprColumns()
ValueExpressionColumn
.
It is bidirectional and its opposite is 'Table Expr
'.
If the meaning of the 'Value Expr Columns' reference list isn't clear, there really should be more of a description here...
SQLQueryModelPackage.getTableExpression_ValueExprColumns()
,
ValueExpressionColumn.getTableExpr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |