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

Packages that use SybaseASETable
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 SybaseASETable in org.eclipse.datatools.enablement.ase.catalog
 

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

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

Subinterfaces of SybaseASETable in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel
 interface SybaseASEProxyTable
          A representation of the model object 'Sybase ASE Proxy 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 SybaseASETable
 SybaseASETable SybaseasesqlmodelFactory.createSybaseASETable()
          Returns a new object of class 'Sybase ASE Table'.
 

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

Classes in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl that implement SybaseASETable
 class SybaseASEProxyTableImpl
          An implementation of the model object 'Sybase ASE Proxy Table'.
 class SybaseASETableImpl
          An implementation of the model object 'Sybase ASE 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 SybaseASETable
 SybaseASETable SybaseasesqlmodelFactoryImpl.createSybaseASETable()
           
 

Uses of SybaseASETable 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 SybaseASETable
 java.lang.Object SybaseasesqlmodelSwitch.caseSybaseASETable(SybaseASETable object)
          Returns the result of interpreting the object as an instance of 'Sybase ASE Table'.