#include <STLContainerStreamer.h>
Public Member Functions | |
bool | build (DataElement &offset, IRelationalData &relationalData) |
void | clear () |
void | read (void *address) |
Reads a data element. More... | |
void | select (int oid) |
void | setRecordId (const std::vector< int > &identity) |
STLContainerReader (const Reflex::Type &objectType, MappingElement &mapping, ContainerSchema &contSchema) | |
Constructor. More... | |
virtual | ~STLContainerReader () |
Public Member Functions inherited from ora::IRelationalReader | |
virtual | ~IRelationalReader () |
Private Attributes | |
std::auto_ptr< IArrayHandler > | m_arrayHandler |
bool | m_associative |
std::auto_ptr< IRelationalReader > | m_dataReader |
std::auto_ptr< IRelationalReader > | m_keyReader |
DataElement | m_localElement |
MappingElement & | m_mappingElement |
Reflex::Type | m_objectType |
DataElement * | m_offset |
std::auto_ptr < MultiRecordSelectOperation > | m_query |
std::vector< int > | m_recordId |
ContainerSchema & | m_schema |
Definition at line 79 of file STLContainerStreamer.h.
ora::STLContainerReader::STLContainerReader | ( | const Reflex::Type & | objectType, |
MappingElement & | mapping, | ||
ContainerSchema & | contSchema | ||
) |
Constructor.
Definition at line 232 of file STLContainerStreamer.cc.
|
virtual |
Definition at line 248 of file STLContainerStreamer.cc.
|
virtual |
Implements ora::IRelationalReader.
Definition at line 251 of file STLContainerStreamer.cc.
References ora::ClassUtils::containerDataType(), ora::ClassUtils::containerKeyType(), ora::ClassUtils::containerValueType(), i, ora::ArrayHandlerFactory::newArrayHandler(), ora::RelationalStreamerFactory::newReader(), evf::evtn::offset(), ora::ClassUtils::resolvedType(), AlCaHLTBitMon_QueryRunRegistry::string, and ora::throwException().
|
virtual |
Implements ora::IRelationalReader.
Definition at line 424 of file STLContainerStreamer.cc.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), Vispa.Views.WidgetView.WidgetView::setDataObjects(), BeautifulSoup.Tag::setString(), Vispa.Views.TreeView.TreeView::updateContent(), Vispa.Views.TableView.TableView::updateContent(), Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and Vispa.Views.PropertyView.PropertyView::updateContent().
|
virtual |
Reads a data element.
Implements ora::IRelationalReader.
Definition at line 343 of file STLContainerStreamer.cc.
References i, and ora::throwException().
Referenced by Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::goto(), and Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::setFilterBranches().
|
virtual |
Implements ora::IRelationalReader.
Definition at line 322 of file STLContainerStreamer.cc.
References ora::throwException().
Referenced by Vispa.Views.LineDecayView.LineDecayContainer::createObject(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), Vispa.Views.LineDecayView.LineDecayContainer::mousePressEvent(), Vispa.Gui.PortConnection.PointToPointConnection::mousePressEvent(), Vispa.Gui.VispaWidget.VispaWidget::mousePressEvent(), and Vispa.Views.AbstractView.AbstractView::restoreSelection().
|
virtual |
Implements ora::IRelationalReader.
Definition at line 334 of file STLContainerStreamer.cc.
References i.
|
private |
Definition at line 110 of file STLContainerStreamer.h.
|
private |
Definition at line 107 of file STLContainerStreamer.h.
|
private |
Definition at line 112 of file STLContainerStreamer.h.
|
private |
Definition at line 111 of file STLContainerStreamer.h.
|
private |
Definition at line 104 of file STLContainerStreamer.h.
|
private |
Definition at line 101 of file STLContainerStreamer.h.
|
private |
Definition at line 100 of file STLContainerStreamer.h.
|
private |
Definition at line 108 of file STLContainerStreamer.h.
|
private |
Definition at line 109 of file STLContainerStreamer.h.
|
private |
Definition at line 103 of file STLContainerStreamer.h.
|
private |
Definition at line 102 of file STLContainerStreamer.h.