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

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

Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement TemporaryTable
 class JDBCTemporaryTable
           
 

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

Methods in org.eclipse.datatools.modelbase.sql.tables that return TemporaryTable
 TemporaryTable SQLTablesFactory.createTemporaryTable()
          Returns a new object of class 'Temporary Table'.
 

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

Classes in org.eclipse.datatools.modelbase.sql.tables.impl that implement TemporaryTable
 class TemporaryTableImpl
           An implementation of the model object 'Temporary Table'.
 

Methods in org.eclipse.datatools.modelbase.sql.tables.impl that return TemporaryTable
 TemporaryTable SQLTablesFactoryImpl.createTemporaryTable()
           
 

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

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



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