Uses of Class
com.sybase.jdbc2.utils.Cacheable

Packages that use Cacheable
com.sybase.jdbc2.jdbc 
com.sybase.jdbc2.tds 
com.sybase.jdbc2.utils 

Uses of Cacheable in com.sybase.jdbc2.jdbc
 

Classes in com.sybase.jdbc2.jdbc that implement Cacheable
class ParamManager
          
class ResultGetter
          
class SybResultSet
          
 

Methods in com.sybase.jdbc2.jdbc with parameters of type Cacheable
voidParamManager.registerParam(com.sybase.jdbc2.utils.Cacheable )
          
voidParamManager.registerStatus(com.sybase.jdbc2.utils.Cacheable )
          
 

Uses of Cacheable in com.sybase.jdbc2.tds
 

Classes in com.sybase.jdbc2.tds that implement Cacheable
class TdsJdbcInputStream
          
 

Uses of Cacheable in com.sybase.jdbc2.utils
 

Classes in com.sybase.jdbc2.utils that implement Cacheable
class CacheableInputStream
          
 

Fields in com.sybase.jdbc2.utils declared as Cacheable
protected com.sybase.jdbc2.utils.CacheableCacheManager._current
          
 

Methods in com.sybase.jdbc2.utils with parameters of type Cacheable
voidCacheManager.beginReading(com.sybase.jdbc2.utils.Cacheable )
          
synchronized voidCacheManager.dead(com.sybase.jdbc2.utils.Cacheable )
          
voidCacheManager.open(com.sybase.jdbc2.utils.Cacheable )
          
synchronized voidCacheManager.register(com.sybase.jdbc2.utils.Cacheable )