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

Packages that use ViewTable
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 ViewTable in org.eclipse.wst.rdb.internal.models.sql.tables
 

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

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

Classes in org.eclipse.wst.rdb.internal.models.sql.tables.impl that implement ViewTable
 class ViewTableImpl
          An implementation of the model object 'View Table'.
 

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

Uses of ViewTable 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 ViewTable
 java.lang.Object SQLTablesSwitch.caseViewTable(ViewTable object)
          Returns the result of interpretting the object as an instance of 'View Table'.