|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProcessorDataManager in com.metamatrix.query.eval |
---|
Fields in com.metamatrix.query.eval declared as ProcessorDataManager | |
---|---|
protected ProcessorDataManager |
Evaluator.dataMgr
|
Constructors in com.metamatrix.query.eval with parameters of type ProcessorDataManager | |
---|---|
Evaluator(java.util.Map elements,
ProcessorDataManager dataMgr,
CommandContext context)
|
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 |
BatchedUpdatePlan.initialize(CommandContext context,
ProcessorDataManager dataMgr,
BufferManager bufferMgr)
|
Uses of ProcessorDataManager in com.metamatrix.query.processor.dynamic |
---|
Constructors in com.metamatrix.query.processor.dynamic with parameters of type ProcessorDataManager | |
---|---|
SqlEval(BufferManager bufferMgr,
ProcessorDataManager dataManager,
CommandContext context,
java.lang.String parentGroup,
java.util.Map<java.lang.String,Expression> params)
|
Uses of ProcessorDataManager in com.metamatrix.query.processor.proc |
---|
Methods in com.metamatrix.query.processor.proc that return ProcessorDataManager | |
---|---|
ProcessorDataManager |
ProcedurePlan.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 |
ProjectNode.initialize(CommandContext context,
BufferManager bufferManager,
ProcessorDataManager dataMgr)
|
void |
RelationalNode.initialize(CommandContext context,
BufferManager bufferManager,
ProcessorDataManager dataMgr)
|
void |
JoinNode.initialize(CommandContext context,
BufferManager bufferManager,
ProcessorDataManager dataMgr)
|
void |
SelectNode.initialize(CommandContext context,
BufferManager bufferManager,
ProcessorDataManager dataMgr)
|
void |
RelationalPlan.initialize(CommandContext context,
ProcessorDataManager dataMgr,
BufferManager bufferMgr)
|
Constructors in com.metamatrix.query.processor.relational with parameters of type ProcessorDataManager | |
---|---|
SubqueryAwareEvaluator(java.util.Map elements,
ProcessorDataManager dataMgr,
CommandContext context,
BufferManager manager)
|
Uses of ProcessorDataManager in com.metamatrix.query.processor.xml |
---|
Methods in com.metamatrix.query.processor.xml that return ProcessorDataManager | |
---|---|
ProcessorDataManager |
XMLPlan.getDataManager()
|
ProcessorDataManager |
XMLProcessorEnvironment.getDataManager()
|
Methods in com.metamatrix.query.processor.xml with parameters of type ProcessorDataManager | |
---|---|
void |
XMLPlan.initialize(CommandContext context,
ProcessorDataManager dataMgr,
BufferManager bufferMgr)
|
void |
XMLProcessorEnvironment.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)
|
Uses of ProcessorDataManager in com.metamatrix.query.rewriter |
---|
Methods in com.metamatrix.query.rewriter with parameters of type ProcessorDataManager | |
---|---|
static Command |
QueryRewriter.evaluateAndRewrite(Command command,
ProcessorDataManager dataMgr,
CommandContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |