org.eclipse.datatools.modelbase.sql.query
Interface WithTableSpecification

All Superinterfaces:
SQLObject, SQLQueryObject
All Known Implementing Classes:
WithTableSpecificationImpl

public interface WithTableSpecification
extends SQLQueryObject

A representation of the model object 'With Table Specification'.

The following features are supported:

See Also:
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

getQueryExpressionRoot

public QueryExpressionRoot getQueryExpressionRoot()
Returns the value of the 'Query Expression Root' container reference. It is bidirectional and its opposite is 'With Clause'.

If the meaning of the 'Query Expression Root' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Query Expression Root' container reference.
See Also:
setQueryExpressionRoot(QueryExpressionRoot), SQLQueryModelPackage.getWithTableSpecification_QueryExpressionRoot(), QueryExpressionRoot.getWithClause()

setQueryExpressionRoot

public void setQueryExpressionRoot(QueryExpressionRoot value)
Sets the value of the 'Query Expression Root' container reference.

Parameters:
value - the new value of the 'Query Expression Root' container reference.
See Also:
getQueryExpressionRoot()

getWithTableQueryExpr

public QueryExpressionBody getWithTableQueryExpr()
Returns the value of the 'With Table Query Expr' containment reference. It is bidirectional and its opposite is '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...

Returns:
the value of the 'With Table Query Expr' containment reference.
See Also:
setWithTableQueryExpr(QueryExpressionBody), SQLQueryModelPackage.getWithTableSpecification_WithTableQueryExpr(), QueryExpressionBody.getWithTableSpecification()

setWithTableQueryExpr

public void setWithTableQueryExpr(QueryExpressionBody value)
Sets the value of the 'With Table Query Expr' containment reference.

Parameters:
value - the new value of the 'With Table Query Expr' containment reference.
See Also:
getWithTableQueryExpr()

getWithTableReferences

public EList getWithTableReferences()
Returns the value of the 'With Table References' reference list. The list contents are of type 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...

Returns:
the value of the 'With Table References' reference list.
See Also:
SQLQueryModelPackage.getWithTableSpecification_WithTableReferences(), WithTableReference.getWithTableSpecification()

getColumnNameList

public EList getColumnNameList()
Returns the value of the 'Column Name List' containment reference list. The list contents are of type 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...

Returns:
the value of the 'Column Name List' containment reference list.
See Also:
SQLQueryModelPackage.getWithTableSpecification_ColumnNameList(), ColumnName.getWithTableSpecification()


Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.