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

Packages that use Table
org.eclipse.wst.rdb.internal.models.sql.constraints   
org.eclipse.wst.rdb.internal.models.sql.constraints.impl   
org.eclipse.wst.rdb.internal.models.sql.datatypes   
org.eclipse.wst.rdb.internal.models.sql.datatypes.impl   
org.eclipse.wst.rdb.internal.models.sql.routines   
org.eclipse.wst.rdb.internal.models.sql.routines.impl   
org.eclipse.wst.rdb.internal.models.sql.routines.util   
org.eclipse.wst.rdb.internal.models.sql.schema.helper   
org.eclipse.wst.rdb.internal.models.sql.tables   
org.eclipse.wst.rdb.internal.models.sql.tables.helper   
org.eclipse.wst.rdb.internal.models.sql.tables.impl   
org.eclipse.wst.rdb.internal.models.sql.tables.util   
 

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

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints that return Table
 Table Index.getTable()
          Returns the value of the 'Table' reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints with parameters of type Table
 void Index.setTable(Table value)
          Sets the value of the 'Table' reference.
 

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

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints.impl that return Table
 Table IndexImpl.basicGetTable()
           
 Table IndexImpl.getTable()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.constraints.impl with parameters of type Table
 org.eclipse.emf.common.notify.NotificationChain IndexImpl.basicSetTable(Table newTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void IndexImpl.setTable(Table newTable)
           
 

Uses of Table in org.eclipse.wst.rdb.internal.models.sql.datatypes
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes that return Table
 Table ReferenceDataType.getScopeTable()
          Returns the value of the 'Scope Table' reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes with parameters of type Table
 void ReferenceDataType.setScopeTable(Table value)
          Sets the value of the 'Scope Table' reference.
 

Uses of Table in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl that return Table
 Table ReferenceDataTypeImpl.basicGetScopeTable()
           
 Table ReferenceDataTypeImpl.getScopeTable()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.datatypes.impl with parameters of type Table
 void ReferenceDataTypeImpl.setScopeTable(Table newScopeTable)
           
 

Uses of Table in org.eclipse.wst.rdb.internal.models.sql.routines
 

Subinterfaces of Table in org.eclipse.wst.rdb.internal.models.sql.routines
 interface RoutineResultTable
          A representation of the model object 'Routine Result Table'.
 

Uses of Table in org.eclipse.wst.rdb.internal.models.sql.routines.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.routines.impl that implement Table
 class RoutineResultTableImpl
          An implementation of the model object 'Routine Result Table'.
 

Uses of Table in org.eclipse.wst.rdb.internal.models.sql.routines.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.routines.util with parameters of type Table
 java.lang.Object SQLRoutinesSwitch.caseTable(Table object)
          Returns the result of interpretting the object as an instance of 'Table'.
 

Uses of Table in org.eclipse.wst.rdb.internal.models.sql.schema.helper
 

Methods in org.eclipse.wst.rdb.internal.models.sql.schema.helper that return Table
static Table SchemaHelper.findTable(Schema schema, java.lang.String tableName)
          Finds a Table by its name in a given Schema, the given tableName is not case sensitive.
 

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

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

Methods in org.eclipse.wst.rdb.internal.models.sql.tables that return Table
 Table Trigger.getSubjectTable()
          Returns the value of the 'Subject Table' reference.
 Table Table.getSupertable()
          Returns the value of the 'Supertable' reference.
 Table Column.getTable()
          Returns the value of the 'Table' container reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables with parameters of type Table
 void Trigger.setSubjectTable(Table value)
          Sets the value of the 'Subject Table' reference.
 void Table.setSupertable(Table value)
          Sets the value of the 'Supertable' reference.
 void Column.setTable(Table value)
          Sets the value of the 'Table' container reference.
 

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

Methods in org.eclipse.wst.rdb.internal.models.sql.tables.helper with parameters of type Table
static Column TableHelper.findColumn(Table table, java.lang.String columnName)
           
 

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

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

Methods in org.eclipse.wst.rdb.internal.models.sql.tables.impl that return Table
 Table TriggerImpl.basicGetSubjectTable()
           
 Table TableImpl.basicGetSupertable()
           
 Table TriggerImpl.getSubjectTable()
           
 Table TableImpl.getSupertable()
           
 Table ColumnImpl.getTable()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables.impl with parameters of type Table
 org.eclipse.emf.common.notify.NotificationChain TriggerImpl.basicSetSubjectTable(Table newSubjectTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TableImpl.basicSetSupertable(Table newSupertable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ColumnImpl.basicSetTable(Table newTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void TriggerImpl.setSubjectTable(Table newSubjectTable)
           
 void TableImpl.setSupertable(Table newSupertable)
           
 void ColumnImpl.setTable(Table newTable)
           
 

Uses of Table 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 Table
 java.lang.Object SQLTablesSwitch.caseTable(Table object)
          Returns the result of interpretting the object as an instance of 'Table'.