|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProcessorDataManager in com.metamatrix.query.processor |
---|
Classes in com.metamatrix.query.processor that implement ProcessorDataManager | |
---|---|
class |
TempTableDataManager
This proxy ProcessorDataManager is used during XML query processing to handle temporary groups in the document model. |
Methods in com.metamatrix.query.processor with parameters of type ProcessorDataManager | |
---|---|
void |
ProcessorPlan.initialize(CommandContext context,
ProcessorDataManager dataMgr,
BufferManager bufferMgr)
Initialize the plan with some required pieces of data for making queries. |
Constructors in com.metamatrix.query.processor with parameters of type ProcessorDataManager | |
---|---|
QueryProcessor(ProcessorPlan plan,
CommandContext context,
BufferManager bufferMgr,
ProcessorDataManager dataMgr)
Construct a processor with all necessary information to process. |
|
TempTableDataManager(ProcessorDataManager processorDataManager,
TempTableStore tempTableStore)
Constructor takes the "real" ProcessorDataManager that this object will be a proxy to, and will pass most calls through to transparently. |
Uses of ProcessorDataManager in com.metamatrix.query.processor.batch |
---|
Methods in com.metamatrix.query.processor.batch with parameters of type ProcessorDataManager | |
---|---|
void |
PreparedBatchUpdatePlan.initialize(CommandContext context,
ProcessorDataManager dataMgr,
BufferManager bufferMgr)
|
void |
BatchedUpdatePlan.initialize(CommandContext context,
ProcessorDataManager dataMgr,
BufferManager bufferMgr)
|
Uses of ProcessorDataManager in com.metamatrix.query.processor.proc |
---|
Methods in com.metamatrix.query.processor.proc that return ProcessorDataManager | |
---|---|
ProcessorDataManager |
ProcedurePlan.getDataManager()
|
ProcessorDataManager |
ProcedureEnvironment.getDataManager()
|
Methods in com.metamatrix.query.processor.proc with parameters of type ProcessorDataManager | |
---|---|
void |
ProcedurePlan.initialize(CommandContext context,
ProcessorDataManager dataMgr,
BufferManager bufferMgr)
|
Uses of ProcessorDataManager in com.metamatrix.query.processor.relational |
---|
Methods in com.metamatrix.query.processor.relational that return ProcessorDataManager | |
---|---|
protected ProcessorDataManager |
RelationalNode.getDataManager()
|
Methods in com.metamatrix.query.processor.relational with parameters of type ProcessorDataManager | |
---|---|
void |
RelationalNode.initialize(CommandContext context,
BufferManager bufferManager,
ProcessorDataManager dataMgr)
|
void |
RelationalPlan.initialize(CommandContext context,
ProcessorDataManager dataMgr,
BufferManager bufferMgr)
|
Uses of ProcessorDataManager in com.metamatrix.query.processor.xml |
---|
Methods in com.metamatrix.query.processor.xml that return ProcessorDataManager | |
---|---|
ProcessorDataManager |
XMLProcessorEnvironment.getDataManager()
|
ProcessorDataManager |
XMLPlan.getDataManager()
|
Methods in com.metamatrix.query.processor.xml with parameters of type ProcessorDataManager | |
---|---|
void |
XMLProcessorEnvironment.initialize(CommandContext context,
ProcessorDataManager dataMgr,
BufferManager bufferMgr)
|
void |
XMLPlan.initialize(CommandContext context,
ProcessorDataManager dataMgr,
BufferManager bufferMgr)
|
Uses of ProcessorDataManager in com.metamatrix.query.processor.xquery |
---|
Methods in com.metamatrix.query.processor.xquery with parameters of type ProcessorDataManager | |
---|---|
void |
XQueryPlan.initialize(CommandContext context,
ProcessorDataManager dataMgr,
BufferManager bufferMgr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |