Uses of Interface
org.eclipse.wst.rdb.internal.models.sql.tables.TemporaryTable

Packages that use TemporaryTable
org.eclipse.wst.rdb.internal.models.sql.tables   
org.eclipse.wst.rdb.internal.models.sql.tables.impl   
org.eclipse.wst.rdb.internal.models.sql.tables.util   
 

Uses of TemporaryTable in org.eclipse.wst.rdb.internal.models.sql.tables
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables that return TemporaryTable
 TemporaryTable SQLTablesFactory.createTemporaryTable()
          Returns a new object of class 'Temporary Table'.
 

Uses of TemporaryTable in org.eclipse.wst.rdb.internal.models.sql.tables.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.tables.impl that implement TemporaryTable
 class TemporaryTableImpl
          An implementation of the model object 'Temporary Table'.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables.impl that return TemporaryTable
 TemporaryTable SQLTablesFactoryImpl.createTemporaryTable()
           
 

Uses of TemporaryTable in org.eclipse.wst.rdb.internal.models.sql.tables.util
 

Methods in org.eclipse.wst.rdb.internal.models.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'.