Uses of Interface
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.SybaseASEBaseTable

Packages that use SybaseASEBaseTable
org.eclipse.datatools.enablement.ase.catalog   
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel   
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl   
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.util   
 

Uses of SybaseASEBaseTable in org.eclipse.datatools.enablement.ase.catalog
 

Classes in org.eclipse.datatools.enablement.ase.catalog that implement SybaseASEBaseTable
 class SybaseASECatalogProxyTable
           
 class SybaseASECatalogTable
           
 class SybaseASECatalogTempTable
           
 class SybaseASECatalogWebServiceTable
           
 

Constructors in org.eclipse.datatools.enablement.ase.catalog with parameters of type SybaseASEBaseTable
SybaseASEBaseTableLoader(SybaseASEBaseTable masterObj)
           
SybaseASEProxyTableLoader(SybaseASEBaseTable masterObj)
           
SybaseASEWebServiceTableLoader(SybaseASEBaseTable masterObj)
           
 

Uses of SybaseASEBaseTable in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel
 

Subinterfaces of SybaseASEBaseTable in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel
 interface SybaseASEProxyTable
          A representation of the model object 'Sybase ASE Proxy Table'.
 interface SybaseASETable
          A representation of the model object 'Sybase ASE Table'.
 interface SybaseASETempTable
          A representation of the model object 'Sybase ASE Temp Table'.
 interface SybaseASEWebServiceTable
          A representation of the model object 'Sybase ASE Web Service Table'.
 

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel that return SybaseASEBaseTable
 SybaseASEBaseTable SybaseasesqlmodelFactory.createSybaseASEBaseTable()
          Returns a new object of class 'Sybase ASE Base Table'.
 

Uses of SybaseASEBaseTable in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl
 

Classes in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl that implement SybaseASEBaseTable
 class SybaseASEBaseTableImpl
          An implementation of the model object 'Sybase ASE Base Table'.
 class SybaseASEProxyTableImpl
          An implementation of the model object 'Sybase ASE Proxy Table'.
 class SybaseASETableImpl
          An implementation of the model object 'Sybase ASE Table'.
 class SybaseASETempTableImpl
          An implementation of the model object 'Sybase ASE Temp Table'.
 class SybaseASEWebServiceTableImpl
          An implementation of the model object 'Sybase ASE Web Service Table'.
 

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl that return SybaseASEBaseTable
 SybaseASEBaseTable SybaseasesqlmodelFactoryImpl.createSybaseASEBaseTable()
           
 

Uses of SybaseASEBaseTable in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.util
 

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.util with parameters of type SybaseASEBaseTable
 java.lang.Object SybaseasesqlmodelSwitch.caseSybaseASEBaseTable(SybaseASEBaseTable object)
          Returns the result of interpreting the object as an instance of 'Sybase ASE Base Table'.