![]() |
![]() |
#include <InlineCArrayStreamer.h>
Public Member Functions | |
bool | build (DataElement &dataElement, IRelationalData &relationalData) |
void | clear () |
InlineCArrayReader (const Reflex::Type &objectType, MappingElement &mapping, ContainerSchema &contSchema) | |
void | processArrayElement (DataElement &arrayElementOffset, IRelationalData &relationalData, MappingElement &arrayElementMapping, RelationalBuffer *operationBuffer) |
void | read (void *data) |
Reads a data element. More... | |
void | select (int oid) |
void | setRecordId (const std::vector< int > &identity) |
virtual | ~InlineCArrayReader () |
![]() | |
bool | buildDataElement (DataElement &dataElement, IRelationalData &relationalData, RelationalBuffer *operationBuffer) |
InlineCArrayStreamerBase (const Reflex::Type &objectType, MappingElement &mapping, ContainerSchema &contSchema) | |
virtual | ~InlineCArrayStreamerBase () |
![]() | |
virtual | ~IRelationalReader () |
Private Attributes | |
std::vector< IRelationalReader * > | m_readers |
Additional Inherited Members | |
![]() | |
Reflex::Type | m_arrayType |
Reflex::Type | m_objectType |
RelationalStreamerFactory | m_streamerFactory |
Definition at line 74 of file InlineCArrayStreamer.h.
ora::InlineCArrayReader::InlineCArrayReader | ( | const Reflex::Type & | objectType, |
MappingElement & | mapping, | ||
ContainerSchema & | contSchema | ||
) |
Definition at line 143 of file InlineCArrayStreamer.cc.
|
virtual |
Definition at line 150 of file InlineCArrayStreamer.cc.
|
virtual |
Implements ora::IRelationalReader.
Definition at line 167 of file InlineCArrayStreamer.cc.
|
virtual |
Implements ora::IRelationalReader.
Definition at line 193 of file InlineCArrayStreamer.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::InlineCArrayStreamerBase.
Definition at line 158 of file InlineCArrayStreamer.cc.
References ora::IRelationalReader::build().
|
virtual |
Reads a data element.
Implements ora::IRelationalReader.
Definition at line 186 of file InlineCArrayStreamer.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 172 of file InlineCArrayStreamer.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 179 of file InlineCArrayStreamer.cc.
|
private |
Definition at line 93 of file InlineCArrayStreamer.h.