Uses of Interface
org.eclipse.wst.rdb.internal.models.sql.tables.BaseTable

Packages that use BaseTable
org.eclipse.wst.rdb.internal.models.sql.constraints   
org.eclipse.wst.rdb.internal.models.sql.constraints.impl   
org.eclipse.wst.rdb.internal.models.sql.tables   
org.eclipse.wst.rdb.internal.models.sql.tables.impl   
org.eclipse.wst.rdb.internal.models.sql.tables.util   
 

Uses of BaseTable in org.eclipse.wst.rdb.internal.models.sql.constraints
 

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints that return BaseTable
 BaseTable TableConstraint.getBaseTable()
          Returns the value of the 'Base Table' container reference.
 BaseTable ForeignKey.getReferencedTable()
          Returns the value of the 'Referenced Table' reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints with parameters of type BaseTable
 void TableConstraint.setBaseTable(BaseTable value)
          Sets the value of the 'Base Table' container reference.
 void ForeignKey.setReferencedTable(BaseTable value)
          Sets the value of the 'Referenced Table' reference.
 

Uses of BaseTable in org.eclipse.wst.rdb.internal.models.sql.constraints.impl
 

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints.impl that return BaseTable
 BaseTable ForeignKeyImpl.basicGetReferencedTable()
           
 BaseTable TableConstraintImpl.getBaseTable()
           
 BaseTable ForeignKeyImpl.getReferencedTable()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints.impl with parameters of type BaseTable
 org.eclipse.emf.common.notify.NotificationChain TableConstraintImpl.basicSetBaseTable(BaseTable newBaseTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ForeignKeyImpl.basicSetReferencedTable(BaseTable newReferencedTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void TableConstraintImpl.setBaseTable(BaseTable newBaseTable)
           
 void ForeignKeyImpl.setReferencedTable(BaseTable newReferencedTable)
           
 

Uses of BaseTable in org.eclipse.wst.rdb.internal.models.sql.tables
 

Subinterfaces of BaseTable in org.eclipse.wst.rdb.internal.models.sql.tables
 interface PersistentTable
          A representation of the model object 'Persistent Table'.
 interface TemporaryTable
          A representation of the model object 'Temporary Table'.
 

Uses of BaseTable in org.eclipse.wst.rdb.internal.models.sql.tables.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.tables.impl that implement BaseTable
 class BaseTableImpl
          An implementation of the model object 'Base Table'.
 class PersistentTableImpl
          An implementation of the model object 'Persistent Table'.
 class TemporaryTableImpl
          An implementation of the model object 'Temporary Table'.
 

Uses of BaseTable in org.eclipse.wst.rdb.internal.models.sql.tables.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables.util with parameters of type BaseTable
 java.lang.Object SQLTablesSwitch.caseBaseTable(BaseTable object)
          Returns the result of interpretting the object as an instance of 'Base Table'.