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

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

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

Methods in org.eclipse.datatools.modelbase.sql.tables that return ViewTable
 ViewTable SQLTablesFactory.createViewTable()
          Returns a new object of class 'View Table'.
 

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

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

Methods in org.eclipse.datatools.modelbase.sql.tables.impl that return ViewTable
 ViewTable SQLTablesFactoryImpl.createViewTable()
           
 

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

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



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