Uses of Interface
org.eclipse.datatools.modelbase.sql.tables.BaseTable

Packages that use BaseTable
org.eclipse.datatools.modelbase.sql.constraints   
org.eclipse.datatools.modelbase.sql.constraints.impl   
org.eclipse.datatools.modelbase.sql.tables   
org.eclipse.datatools.modelbase.sql.tables.impl   
org.eclipse.datatools.modelbase.sql.tables.util   
 

Uses of BaseTable in org.eclipse.datatools.modelbase.sql.constraints
 

Methods in org.eclipse.datatools.modelbase.sql.constraints that return BaseTable
 BaseTable TableConstraint.getBaseTable()
          Returns the value of the 'Base Table' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.constraints with parameters of type BaseTable
 void TableConstraint.setBaseTable(BaseTable value)
          Sets the value of the 'Base Table' container reference.
 

Uses of BaseTable in org.eclipse.datatools.modelbase.sql.constraints.impl
 

Methods in org.eclipse.datatools.modelbase.sql.constraints.impl that return BaseTable
 BaseTable TableConstraintImpl.getBaseTable()
           
 

Methods in org.eclipse.datatools.modelbase.sql.constraints.impl with parameters of type BaseTable
 void TableConstraintImpl.setBaseTable(BaseTable newBaseTable)
           
 

Uses of BaseTable in org.eclipse.datatools.modelbase.sql.tables
 

Subinterfaces of BaseTable in org.eclipse.datatools.modelbase.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.datatools.modelbase.sql.tables.impl
 

Classes in org.eclipse.datatools.modelbase.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.datatools.modelbase.sql.tables.util
 

Methods in org.eclipse.datatools.modelbase.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'.
 



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