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

Packages that use ViewTable
org.eclipse.datatools.connectivity.sqm.core.rte.fe   
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 ViewTable in org.eclipse.datatools.connectivity.sqm.core.rte.fe
 

Methods in org.eclipse.datatools.connectivity.sqm.core.rte.fe with parameters of type ViewTable
 java.lang.String GenericDdlBuilder.createView(ViewTable view, boolean quoteIdentifiers, boolean qualifyNames)
           
 java.lang.String GenericDdlBuilder.dropView(ViewTable view, boolean quoteIdentifiers, boolean qualifyNames)
           
 

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

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

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 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.