Uses of Class
org.teiid.query.processor.RegisterRequestParameter
-
Packages that use RegisterRequestParameter Package Description org.teiid.dqp.internal.process org.teiid.query.processor org.teiid.query.processor.proc org.teiid.query.tempdata -
-
Uses of RegisterRequestParameter in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process with parameters of type RegisterRequestParameter Modifier and Type Method Description TupleSource
TupleSourceCache. getSharedTupleSource(CommandContext context, Command command, String modelName, RegisterRequestParameter parameterObject, BufferManager bufferMgr, ProcessorDataManager pdm)
TupleSource
DataTierManagerImpl. registerRequest(CommandContext context, Command command, String modelName, RegisterRequestParameter parameterObject)
-
Uses of RegisterRequestParameter in org.teiid.query.processor
Methods in org.teiid.query.processor with parameters of type RegisterRequestParameter Modifier and Type Method Description TupleSource
ProcessorDataManager. registerRequest(CommandContext context, Command command, String modelName, RegisterRequestParameter parameterObject)
-
Uses of RegisterRequestParameter in org.teiid.query.processor.proc
Methods in org.teiid.query.processor.proc with parameters of type RegisterRequestParameter Modifier and Type Method Description TupleSource
ProcedurePlan. registerRequest(CommandContext context, Command command, String modelName, RegisterRequestParameter parameterObject)
-
Uses of RegisterRequestParameter in org.teiid.query.tempdata
Methods in org.teiid.query.tempdata with parameters of type RegisterRequestParameter Modifier and Type Method Description TupleSource
TempTableDataManager. registerRequest(CommandContext context, Command command, String modelName, RegisterRequestParameter parameterObject)
-