Public Member Functions | |
size_t | getSelectionCount (const Selection &selection) const override |
void | invalidate () override |
bool | isValid () const override |
bool | load (void *address) const override |
bool | loadSelection (const Selection &selection, void *address) const override |
QueryableVectorLoader (const Reflex::Type &objectType, MappingElement &mapping, ContainerSchema &contSchema, const std::vector< int > &fullId) | |
virtual | ~QueryableVectorLoader () |
Public Member Functions inherited from ora::IVectorLoader | |
virtual | ~IVectorLoader () |
Private Attributes | |
std::vector< int > | m_identity |
bool | m_isValid |
QVQueryMaker | m_queryMaker |
QVReader | m_reader |
Definition at line 287 of file QueryableVectorStreamer.cc.
|
inline |
Definition at line 292 of file QueryableVectorStreamer.cc.
|
inlinevirtual |
Definition at line 301 of file QueryableVectorStreamer.cc.
|
inlineoverridevirtual |
Implements ora::IVectorLoader.
Definition at line 327 of file QueryableVectorStreamer.cc.
References m_identity, m_isValid, m_queryMaker, run_regression::ret, and ora::QVQueryMaker::selectionCount().
|
inlineoverridevirtual |
Implements ora::IVectorLoader.
Definition at line 335 of file QueryableVectorStreamer.cc.
References m_isValid.
|
inlineoverridevirtual |
Implements ora::IVectorLoader.
Definition at line 339 of file QueryableVectorStreamer.cc.
References m_isValid.
Referenced by core.AutoHandle.AutoHandle::ReallyLoad().
|
inlineoverridevirtual |
Implements ora::IVectorLoader.
Definition at line 307 of file QueryableVectorStreamer.cc.
References m_identity, m_isValid, m_reader, ora::QVReader::read(), and run_regression::ret.
Referenced by MatrixToProcess.MatrixToProcess::getProcess(), and MatrixToProcess.MatrixToProcess::listAll().
|
inlineoverridevirtual |
Implements ora::IVectorLoader.
Definition at line 316 of file QueryableVectorStreamer.cc.
References ora::QVQueryMaker::build(), ora::QVQueryMaker::executeAndLoad(), m_identity, m_isValid, m_queryMaker, run_regression::ret, and ora::QVQueryMaker::select().
|
private |
Definition at line 347 of file QueryableVectorStreamer.cc.
Referenced by getSelectionCount(), load(), and loadSelection().
|
private |
Definition at line 344 of file QueryableVectorStreamer.cc.
Referenced by getSelectionCount(), invalidate(), isValid(), load(), and loadSelection().
|
mutableprivate |
Definition at line 346 of file QueryableVectorStreamer.cc.
Referenced by getSelectionCount(), and loadSelection().
|
mutableprivate |
Definition at line 345 of file QueryableVectorStreamer.cc.
Referenced by load().