Uses of Class
org.teiid.query.sql.lang.CacheHint
-
Packages that use CacheHint Package Description 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 Modifier and Type Method Description CacheHint
TempMetadataID. getCacheHint()
Methods in org.teiid.query.metadata with parameters of type CacheHint Modifier and Type Method Description void
TempMetadataID. setCacheHint(CacheHint cacheHint)
-
Uses of CacheHint in org.teiid.query.parser
Methods in org.teiid.query.parser that return CacheHint Modifier and Type Method Description CacheHint
QueryParser. parseCacheHint(String sql)
-
Uses of CacheHint in org.teiid.query.sql.lang
Methods in org.teiid.query.sql.lang that return CacheHint Modifier and Type Method Description CacheHint
CacheHint. clone()
CacheHint
Command. getCacheHint()
Methods in org.teiid.query.sql.lang with parameters of type CacheHint Modifier and Type Method Description 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 Modifier and Type Method Description void
SQLStringVisitor. addCacheHint(CacheHint obj)
-