#include <ObjectStreamer.h>
Public Member Functions | |
bool | build (DataElement &offset, IRelationalData &relationalData) |
void | clear () |
ObjectReader (const Reflex::Type &objectType, MappingElement &mapping, ContainerSchema &contSchema) | |
void | processDataMember (DataElement &dataElement, IRelationalData &relationalData, Reflex::Type &dataMemberType, MappingElement &dataMemberMapping, RelationalBuffer *operationBuffer) |
void | read (void *destination) |
Reads a data element. More... | |
void | select (int oid) |
void | setRecordId (const std::vector< int > &identity) |
virtual | ~ObjectReader () |
Public Member Functions inherited from ora::ObjectStreamerBase | |
void | buildBaseDataMembers (DataElement &dataElement, IRelationalData &relationalData, const Reflex::Type &objType, RelationalBuffer *operationBuffer) |
bool | buildDataMembers (DataElement &dataElement, IRelationalData &relationalData, RelationalBuffer *operationBuffer) |
ObjectStreamerBase (const Reflex::Type &objectType, MappingElement &mapping, ContainerSchema &contSchema) | |
virtual | ~ObjectStreamerBase () |
Public Member Functions inherited from ora::IRelationalReader | |
virtual | ~IRelationalReader () |
Private Attributes | |
std::vector< IRelationalReader * > | m_readers |
Additional Inherited Members | |
Protected Attributes inherited from ora::ObjectStreamerBase | |
RelationalStreamerFactory | m_streamerFactory |
Definition at line 78 of file ObjectStreamer.h.
ora::ObjectReader::ObjectReader | ( | const Reflex::Type & | objectType, |
MappingElement & | mapping, | ||
ContainerSchema & | contSchema | ||
) |
Definition at line 204 of file ObjectStreamer.cc.
|
virtual |
Definition at line 211 of file ObjectStreamer.cc.
|
virtual |
Implements ora::IRelationalReader.
Definition at line 219 of file ObjectStreamer.cc.
|
virtual |
Implements ora::IRelationalReader.
Definition at line 246 of file ObjectStreamer.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 |
Implements ora::ObjectStreamerBase.
Definition at line 253 of file ObjectStreamer.cc.
References ora::IRelationalReader::build().
|
virtual |
Reads a data element.
Read a data element.
Implements ora::IRelationalReader.
Definition at line 239 of file ObjectStreamer.cc.
Referenced by python.Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::goto(), and python.Vispa.Plugins.EdmBrowser.EdmDataAccessor.EdmDataAccessor::setFilterBranches().
|
virtual |
Implements ora::IRelationalReader.
Definition at line 224 of file ObjectStreamer.cc.
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 |
Implements ora::IRelationalReader.
Definition at line 231 of file ObjectStreamer.cc.
|
private |
Definition at line 103 of file ObjectStreamer.h.