Uses of Class
org.teiid.query.sql.lang.CacheHint

Packages that use CacheHint
org.teiid.query.metadata   
org.teiid.query.parser   
org.teiid.query.sql.lang   
org.teiid.query.sql.visitor   
 

Uses of CacheHint in org.teiid.query.metadata
 

Methods in org.teiid.query.metadata that return CacheHint
 CacheHint TempMetadataID.getCacheHint()
           
 

Methods in org.teiid.query.metadata with parameters of type CacheHint
 void TempMetadataID.setCacheHint(CacheHint cacheHint)
           
 

Uses of CacheHint in org.teiid.query.parser
 

Fields in org.teiid.query.parser declared as CacheHint
 CacheHint ParseInfo.cacheHint
           
 

Methods in org.teiid.query.parser that return CacheHint
 CacheHint QueryParser.parseCacheHint(java.lang.String sql)
           
 

Uses of CacheHint in org.teiid.query.sql.lang
 

Methods in org.teiid.query.sql.lang that return CacheHint
 CacheHint Command.getCacheHint()
           
 

Methods in org.teiid.query.sql.lang with parameters of type CacheHint
 void Command.setCacheHint(CacheHint cacheHint)
           
 

Uses of CacheHint in org.teiid.query.sql.visitor
 

Methods in org.teiid.query.sql.visitor with parameters of type CacheHint
 void SQLStringVisitor.addCacheHint(CacheHint obj)
           
 



Copyright © 2010. All Rights Reserved.