|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TempTableStore | |
---|---|
com.metamatrix.query.processor | |
com.metamatrix.query.processor.proc | |
com.metamatrix.query.tempdata |
Uses of TempTableStore in com.metamatrix.query.processor |
---|
Constructors in com.metamatrix.query.processor with parameters of type TempTableStore | |
---|---|
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 TempTableStore in com.metamatrix.query.processor.proc |
---|
Methods in com.metamatrix.query.processor.proc that return TempTableStore | |
---|---|
TempTableStore |
ProcedurePlan.getTempTableStore()
|
Uses of TempTableStore in com.metamatrix.query.tempdata |
---|
Classes in com.metamatrix.query.tempdata that implement TempTableStore | |
---|---|
class |
TempTableStoreImpl
|
Constructors in com.metamatrix.query.tempdata with parameters of type TempTableStore | |
---|---|
TempTableStoreImpl(BufferManager buffer,
java.lang.String sessionID,
TempTableStore parentTempTableStore)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |