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

All Superinterfaces:
SQLObject, SQLQueryObject, TableReference
All Known Implementing Classes:
TableNestedImpl

public interface TableNested
extends TableReference

A representation of the model object 'SQL Table Nested'.

The following features are supported:

See Also:
SQLQueryModelPackage.getTableNested()

Method Summary
 TableReference getNestedTableRef()
          Returns the value of the 'Nested Table Ref' containment reference.
 void setNestedTableRef(TableReference value)
          Sets the value of the 'Nested Table Ref' 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

getNestedTableRef

public TableReference getNestedTableRef()
Returns the value of the 'Nested Table Ref' containment reference. It is bidirectional and its opposite is 'Nest'.

If the meaning of the 'Nested Table Ref' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Nested Table Ref' containment reference.
See Also:
setNestedTableRef(TableReference), SQLQueryModelPackage.getTableNested_NestedTableRef(), TableReference.getNest()

setNestedTableRef

public void setNestedTableRef(TableReference value)
Sets the value of the 'Nested Table Ref' containment reference.

Parameters:
value - the new value of the 'Nested Table Ref' containment reference.
See Also:
getNestedTableRef()


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