Uses of Class
org.teiid.dqp.internal.process.PreparedPlan
-
Packages that use PreparedPlan Package Description org.teiid.dqp.internal.process org.teiid.query.processor org.teiid.query.util -
-
Uses of PreparedPlan in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process that return PreparedPlan Modifier and Type Method Description PreparedPlan
QueryProcessorFactoryImpl. getPreparedPlan(String query, String recursionGroup, CommandContext commandContext, QueryMetadataInterface metadata)
Methods in org.teiid.dqp.internal.process that return types with arguments of type PreparedPlan Modifier and Type Method Description SessionAwareCache<PreparedPlan>
DQPCore. getPrepPlanCache()
Method parameters in org.teiid.dqp.internal.process with type arguments of type PreparedPlan Modifier and Type Method Description void
DQPCore. setPreparedPlanCache(SessionAwareCache<PreparedPlan> cache)
Constructor parameters in org.teiid.dqp.internal.process with type arguments of type PreparedPlan Constructor Description MetaDataProcessor(DQPCore requestManager, SessionAwareCache<PreparedPlan> planCache, String vdbName, Object vdbVersion)
PreparedStatementRequest(SessionAwareCache<PreparedPlan> prepPlanCache)
-
Uses of PreparedPlan in org.teiid.query.processor
Methods in org.teiid.query.processor that return PreparedPlan Modifier and Type Method Description PreparedPlan
QueryProcessor.ProcessorFactory. getPreparedPlan(String query, String recursionGroup, CommandContext commandContext, QueryMetadataInterface metadata)
Methods in org.teiid.query.processor with parameters of type PreparedPlan Modifier and Type Method Description void
QueryProcessor. setContinuous(PreparedPlan prepPlan, String query)
-
Uses of PreparedPlan in org.teiid.query.util
Methods in org.teiid.query.util that return PreparedPlan Modifier and Type Method Description PreparedPlan
CommandContext. getPlan(String key)
Methods in org.teiid.query.util with parameters of type PreparedPlan Modifier and Type Method Description void
CommandContext. putPlan(String key, PreparedPlan plan, FunctionMethod.Determinism determinismLevel)
Method parameters in org.teiid.query.util with type arguments of type PreparedPlan Modifier and Type Method Description void
CommandContext. setPreparedPlanCache(SessionAwareCache<PreparedPlan> cache)
-