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

Packages that use DerivedTable
org.eclipse.datatools.connectivity.sqm.core.rte.jdbc   
org.eclipse.datatools.modelbase.sql.tables   
org.eclipse.datatools.modelbase.sql.tables.impl   
org.eclipse.datatools.modelbase.sql.tables.util   
 

Uses of DerivedTable in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc
 

Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement DerivedTable
 class JDBCView
           
 

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

Subinterfaces of DerivedTable in org.eclipse.datatools.modelbase.sql.tables
 interface ViewTable
           A representation of the model object 'View Table'.
 

Uses of DerivedTable in org.eclipse.datatools.modelbase.sql.tables.impl
 

Classes in org.eclipse.datatools.modelbase.sql.tables.impl that implement DerivedTable
 class DerivedTableImpl
           An implementation of the model object 'Derived Table'.
 class ViewTableImpl
           An implementation of the model object 'View Table'.
 

Uses of DerivedTable in org.eclipse.datatools.modelbase.sql.tables.util
 

Methods in org.eclipse.datatools.modelbase.sql.tables.util with parameters of type DerivedTable
 java.lang.Object SQLTablesSwitch.caseDerivedTable(DerivedTable object)
          Returns the result of interpretting the object as an instance of 'Derived Table'.
 



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