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

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

Methods in org.eclipse.datatools.enablement.ase.catalog that return SybaseASECache
 SybaseASECache SybaseASECatalog.getCache()
           
 

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

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel that return SybaseASECache
 SybaseASECache SybaseasesqlmodelFactory.createSybaseASECache()
          Returns a new object of class 'Sybase ASE Cache'.
 SybaseASECache CacheInfo.getCache()
          Returns the value of the 'Cache' reference.
 SybaseASECache SybaseASECatalog.getCache()
          Returns the value of the 'Cache' reference.
 

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel with parameters of type SybaseASECache
 void CacheInfo.setCache(SybaseASECache value)
          Sets the value of the 'Cache' reference.
 void SybaseASECatalog.setCache(SybaseASECache value)
          Sets the value of the 'Cache' reference.
 

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

Classes in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl that implement SybaseASECache
 class SybaseASECacheImpl
          An implementation of the model object 'Sybase ASE Cache'.
 

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl that return SybaseASECache
 SybaseASECache CacheInfoImpl.basicGetCache()
           
 SybaseASECache SybaseASECatalogImpl.basicGetCache()
           
 SybaseASECache SybaseasesqlmodelFactoryImpl.createSybaseASECache()
           
 SybaseASECache CacheInfoImpl.getCache()
           
 SybaseASECache SybaseASECatalogImpl.getCache()
           
 

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl with parameters of type SybaseASECache
 void CacheInfoImpl.setCache(SybaseASECache newCache)
           
 void SybaseASECatalogImpl.setCache(SybaseASECache newCache)
           
 

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