|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Derived Table'.
4.14 Tables
A table is a collection of rows having one or more columns. [...]
A table is either a base table, a derived table, or a transient table. A base table is either a persistent base table, a global temporary table, a created local temporary table, or a declared local temporary table.
A derived table is a table derived directly or indirectly from one or more other tables by the evaluation of a
The following features are supported:
SQLTablesPackage.getDerivedTable()
Method Summary | |
QueryExpression |
getQueryExpression()
Returns the value of the 'Query Expression' containment reference. |
void |
setQueryExpression(QueryExpression value)
Sets the value of the ' Query Expression ' containment reference. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.tables.Table |
getColumns, getIndex, getSchema, getSelfRefColumnGeneration, getSubtables, getSupertable, getTriggers, getUdt, isInsertable, isUpdatable, setSchema, setSelfRefColumnGeneration, setSupertable, setUdt |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
addEAnnotation, addEAnnotationDetail, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
public QueryExpression getQueryExpression()
If the meaning of the 'Query Expression' containment reference isn't clear, there really should be more of a description here...
setQueryExpression(QueryExpression)
,
SQLTablesPackage.getDerivedTable_QueryExpression()
public void setQueryExpression(QueryExpression value)
Query Expression
' containment reference.
value
- the new value of the 'Query Expression' containment reference.getQueryExpression()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |