#include <CArrayStreamer.h>
Public Member Functions | |
bool | build (DataElement &offset, IRelationalData &relationalData) |
CArrayReader (const Reflex::Type &objectType, MappingElement &mapping, ContainerSchema &contSchema) | |
Constructor. More... | |
void | clear () |
void | read (void *address) |
Reads a data element. More... | |
void | select (int oid) |
void | setRecordId (const std::vector< int > &identity) |
virtual | ~CArrayReader () |
Public Member Functions inherited from ora::IRelationalReader | |
virtual | ~IRelationalReader () |
Private Attributes | |
std::auto_ptr< IArrayHandler > | m_arrayHandler |
std::auto_ptr< IRelationalReader > | m_dataReader |
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 72 of file CArrayStreamer.h.
ora::CArrayReader::CArrayReader | ( | const Reflex::Type & | objectType, |
MappingElement & | mapping, | ||
ContainerSchema & | contSchema | ||
) |
Constructor.
Definition at line 170 of file CArrayStreamer.cc.
|
virtual |
Definition at line 184 of file CArrayStreamer.cc.
|
virtual |
Implements ora::IRelationalReader.
Definition at line 187 of file CArrayStreamer.cc.
References i, ora::ArrayHandlerFactory::newArrayHandler(), ora::RelationalStreamerFactory::newReader(), evf::evtn::offset(), ora::ClassUtils::resolvedType(), and ora::throwException().
|
virtual |
Implements ora::IRelationalReader.
Definition at line 309 of file CArrayStreamer.cc.
Referenced by python.Vispa.Views.WidgetView.WidgetView::closeEvent(), python.Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), python.Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), python.Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), python.Vispa.Views.WidgetView.WidgetView::setDataObjects(), python.Vispa.Views.TreeView.TreeView::updateContent(), python.Vispa.Views.TableView.TableView::updateContent(), python.Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and python.Vispa.Views.PropertyView.PropertyView::updateContent().
|
virtual |
Reads a data element.
Implements ora::IRelationalReader.
Definition at line 255 of file CArrayStreamer.cc.
References i, and ora::throwException().
Referenced by python.Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::goto(), and python.Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::setFilterBranches().
|
virtual |
Implements ora::IRelationalReader.
Definition at line 235 of file CArrayStreamer.cc.
References ora::throwException().
Referenced by python.Vispa.Views.LineDecayView.LineDecayContainer::createObject(), python.Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), python.Vispa.Views.LineDecayView.LineDecayContainer::mousePressEvent(), python.Vispa.Gui.PortConnection.PointToPointConnection::mousePressEvent(), python.Vispa.Gui.VispaWidget.VispaWidget::mousePressEvent(), and python.Vispa.Views.AbstractView.AbstractView::restoreSelection().
|
virtual |
|
private |
Definition at line 102 of file CArrayStreamer.h.
|
private |
Definition at line 103 of file CArrayStreamer.h.
|
private |
Definition at line 97 of file CArrayStreamer.h.
|
private |
Definition at line 94 of file CArrayStreamer.h.
|
private |
Definition at line 93 of file CArrayStreamer.h.
|
private |
Definition at line 100 of file CArrayStreamer.h.
|
private |
Definition at line 101 of file CArrayStreamer.h.
|
private |
Definition at line 96 of file CArrayStreamer.h.
|
private |
Definition at line 95 of file CArrayStreamer.h.