|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WithTableSpecification
A representation of the model object 'With Table Specification'.
The following features are supported:
SQLQueryModelPackage.getWithTableSpecification()
Method Summary | |
---|---|
EList |
getColumnNameList()
Returns the value of the 'Column Name List' containment reference list. |
QueryExpressionRoot |
getQueryExpressionRoot()
Returns the value of the 'Query Expression Root' container reference. |
QueryExpressionBody |
getWithTableQueryExpr()
Returns the value of the 'With Table Query Expr' containment reference. |
EList |
getWithTableReferences()
Returns the value of the 'With Table References' reference list. |
void |
setQueryExpressionRoot(QueryExpressionRoot value)
Sets the value of the ' Query Expression Root ' container reference. |
void |
setWithTableQueryExpr(QueryExpressionBody value)
Sets the value of the ' With Table Query Expr ' containment 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 |
---|
QueryExpressionRoot getQueryExpressionRoot()
With Clause
'.
If the meaning of the 'Query Expression Root' container reference isn't clear, there really should be more of a description here...
setQueryExpressionRoot(QueryExpressionRoot)
,
SQLQueryModelPackage.getWithTableSpecification_QueryExpressionRoot()
,
QueryExpressionRoot.getWithClause()
void setQueryExpressionRoot(QueryExpressionRoot value)
Query Expression Root
' container reference.
value
- the new value of the 'Query Expression Root' container reference.getQueryExpressionRoot()
QueryExpressionBody getWithTableQueryExpr()
With Table Specification
'.
If the meaning of the 'With Table Query Expr' containment reference isn't clear, there really should be more of a description here...
setWithTableQueryExpr(QueryExpressionBody)
,
SQLQueryModelPackage.getWithTableSpecification_WithTableQueryExpr()
,
QueryExpressionBody.getWithTableSpecification()
void setWithTableQueryExpr(QueryExpressionBody value)
With Table Query Expr
' containment reference.
value
- the new value of the 'With Table Query Expr' containment reference.getWithTableQueryExpr()
EList getWithTableReferences()
WithTableReference
.
It is bidirectional and its opposite is 'With Table Specification
'.
If the meaning of the 'With Table References' reference list isn't clear, there really should be more of a description here...
SQLQueryModelPackage.getWithTableSpecification_WithTableReferences()
,
WithTableReference.getWithTableSpecification()
EList getColumnNameList()
ColumnName
.
It is bidirectional and its opposite is 'With Table Specification
'.
If the meaning of the 'Column Name List' containment reference list isn't clear, there really should be more of a description here...
SQLQueryModelPackage.getWithTableSpecification_ColumnNameList()
,
ColumnName.getWithTableSpecification()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |