![]() |
![]() |
#include <OraPtrStreamer.h>
Public Member Functions | |
bool | build (DataElement &offset, IRelationalData &relationalData) |
void | clear () |
OraPtrReader (const Reflex::Type &objectType, MappingElement &mapping, ContainerSchema &contSchema) | |
void | read (void *destination) |
Reads a data element. More... | |
void | select (int oid) |
void | setRecordId (const std::vector< int > &identity) |
virtual | ~OraPtrReader () |
![]() | |
virtual | ~IRelationalReader () |
Private Attributes | |
DataElement * | m_dataElement |
std::vector< boost::shared_ptr < IPtrLoader > > | m_loaders |
Reflex::Type | m_objectType |
std::auto_ptr< OraPtrReadBuffer > | m_readBuffer |
std::vector< int > | m_tmpIds |
Definition at line 71 of file OraPtrStreamer.h.
ora::OraPtrReader::OraPtrReader | ( | const Reflex::Type & | objectType, |
MappingElement & | mapping, | ||
ContainerSchema & | contSchema | ||
) |
Definition at line 265 of file OraPtrStreamer.cc.
References m_readBuffer.
|
virtual |
Definition at line 276 of file OraPtrStreamer.cc.
|
virtual |
Implements ora::IRelationalReader.
Definition at line 283 of file OraPtrStreamer.cc.
References ora::DataElement::clear().
|
virtual |
Implements ora::IRelationalReader.
Definition at line 321 of file OraPtrStreamer.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.
Read a data element.
Implements ora::IRelationalReader.
Definition at line 304 of file OraPtrStreamer.cc.
References ora::DataElement::addChild(), ora::DataElement::address(), 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 291 of file OraPtrStreamer.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 93 of file OraPtrStreamer.h.
|
private |
Definition at line 95 of file OraPtrStreamer.h.
|
private |
Definition at line 92 of file OraPtrStreamer.h.
|
private |
Definition at line 94 of file OraPtrStreamer.h.
Referenced by OraPtrReader().
|
private |
Definition at line 96 of file OraPtrStreamer.h.