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

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

Methods in org.eclipse.datatools.enablement.ase that return CacheInfo
 CacheInfo ISybaseASECatalogTable.getTableOnlyCacheInfoSuper()
           
 CacheInfo ISybaseASECatalogTable.getTextOnlyCacheInfoSuper()
           
 

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

Methods in org.eclipse.datatools.enablement.ase.catalog that return CacheInfo
 CacheInfo SybaseASECatalogIndex.getCacheInfo()
           
 CacheInfo SybaseASEBaseTableLoader.getTableOnlyCacheInfo()
           
 CacheInfo SybaseASECatalogProxyTable.getTableOnlyCacheInfo()
           
 CacheInfo SybaseASECatalogWebServiceTable.getTableOnlyCacheInfo()
           
 CacheInfo SybaseASECatalogTable.getTableOnlyCacheInfo()
           
 CacheInfo SybaseASECatalogTempTable.getTableOnlyCacheInfo()
           
 CacheInfo SybaseASECatalogProxyTable.getTableOnlyCacheInfoSuper()
           
 CacheInfo SybaseASECatalogWebServiceTable.getTableOnlyCacheInfoSuper()
           
 CacheInfo SybaseASECatalogTable.getTableOnlyCacheInfoSuper()
           
 CacheInfo SybaseASECatalogTempTable.getTableOnlyCacheInfoSuper()
           
 CacheInfo SybaseASEBaseTableLoader.getTextOnlyCacheInfo()
           
 CacheInfo SybaseASECatalogProxyTable.getTextOnlyCacheInfo()
           
 CacheInfo SybaseASECatalogWebServiceTable.getTextOnlyCacheInfo()
           
 CacheInfo SybaseASECatalogTable.getTextOnlyCacheInfo()
           
 CacheInfo SybaseASECatalogTempTable.getTextOnlyCacheInfo()
           
 CacheInfo SybaseASECatalogProxyTable.getTextOnlyCacheInfoSuper()
           
 CacheInfo SybaseASECatalogWebServiceTable.getTextOnlyCacheInfoSuper()
           
 CacheInfo SybaseASECatalogTable.getTextOnlyCacheInfoSuper()
           
 CacheInfo SybaseASECatalogTempTable.getTextOnlyCacheInfoSuper()
           
 

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

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel that return CacheInfo
 CacheInfo SybaseasesqlmodelFactory.createCacheInfo()
          Returns a new object of class 'Cache Info'.
 CacheInfo SybaseASEIndex.getCacheInfo()
          Returns the value of the 'Cache Info' containment reference.
 CacheInfo SybaseASEBaseTable.getTableOnlyCacheInfo()
          Returns the value of the 'Table Only Cache Info' containment reference.
 CacheInfo SybaseASEBaseTable.getTextOnlyCacheInfo()
          Returns the value of the 'Text Only Cache Info' containment reference.
 

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel with parameters of type CacheInfo
 void SybaseASEIndex.setCacheInfo(CacheInfo value)
          Sets the value of the 'Cache Info' containment reference.
 void SybaseASEBaseTable.setTableOnlyCacheInfo(CacheInfo value)
          Sets the value of the 'Table Only Cache Info' containment reference.
 void SybaseASEBaseTable.setTextOnlyCacheInfo(CacheInfo value)
          Sets the value of the 'Text Only Cache Info' containment reference.
 

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

Classes in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl that implement CacheInfo
 class CacheInfoImpl
          An implementation of the model object 'Cache Info'.
 

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl that return CacheInfo
 CacheInfo SybaseasesqlmodelFactoryImpl.createCacheInfo()
           
 CacheInfo SybaseASEIndexImpl.getCacheInfo()
           
 CacheInfo SybaseASEBaseTableImpl.getTableOnlyCacheInfo()
           
 CacheInfo SybaseASETempTableImpl.getTableOnlyCacheInfo()
           
 CacheInfo SybaseASETableImpl.getTableOnlyCacheInfo()
           
 CacheInfo SybaseASEBaseTableImpl.getTextOnlyCacheInfo()
           
 CacheInfo SybaseASETempTableImpl.getTextOnlyCacheInfo()
           
 CacheInfo SybaseASETableImpl.getTextOnlyCacheInfo()
           
 

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl with parameters of type CacheInfo
 org.eclipse.emf.common.notify.NotificationChain SybaseASEIndexImpl.basicSetCacheInfo(CacheInfo newCacheInfo, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SybaseASEBaseTableImpl.basicSetTableOnlyCacheInfo(CacheInfo newTableOnlyCacheInfo, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SybaseASETempTableImpl.basicSetTableOnlyCacheInfo(CacheInfo newTableOnlyCacheInfo, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SybaseASETableImpl.basicSetTableOnlyCacheInfo(CacheInfo newTableOnlyCacheInfo, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SybaseASEBaseTableImpl.basicSetTextOnlyCacheInfo(CacheInfo newTextOnlyCacheInfo, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SybaseASETempTableImpl.basicSetTextOnlyCacheInfo(CacheInfo newTextOnlyCacheInfo, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SybaseASETableImpl.basicSetTextOnlyCacheInfo(CacheInfo newTextOnlyCacheInfo, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SybaseASEIndexImpl.setCacheInfo(CacheInfo newCacheInfo)
           
 void SybaseASEBaseTableImpl.setTableOnlyCacheInfo(CacheInfo newTableOnlyCacheInfo)
           
 void SybaseASETempTableImpl.setTableOnlyCacheInfo(CacheInfo newTableOnlyCacheInfo)
           
 void SybaseASETableImpl.setTableOnlyCacheInfo(CacheInfo newTableOnlyCacheInfo)
           
 void SybaseASEBaseTableImpl.setTextOnlyCacheInfo(CacheInfo newTextOnlyCacheInfo)
           
 void SybaseASETempTableImpl.setTextOnlyCacheInfo(CacheInfo newTextOnlyCacheInfo)
           
 void SybaseASETableImpl.setTextOnlyCacheInfo(CacheInfo newTextOnlyCacheInfo)
           
 

Uses of CacheInfo 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 CacheInfo
 java.lang.Object SybaseasesqlmodelSwitch.caseCacheInfo(CacheInfo object)
          Returns the result of interpreting the object as an instance of 'Cache Info'.