#include <PrimitiveStreamer.h>
Public Member Functions | |
bool | build (DataElement &dataElement, IRelationalData &relationalData, RelationalBuffer &operationBuffer) |
PrimitiveUpdater (const Reflex::Type &objectType, MappingElement &mapping) | |
void | setRecordId (const std::vector< int > &identity) |
void | update (int oid, const void *data) |
Updates a data element. More... | |
virtual | ~PrimitiveUpdater () |
Public Member Functions inherited from ora::PrimitiveStreamerBase | |
void | bindDataForRead (void *data) |
void | bindDataForUpdate (const void *data) |
bool | buildDataElement (DataElement &dataElement, IRelationalData &relationalData) |
PrimitiveStreamerBase (const Reflex::Type &objectType, MappingElement &mapping) | |
virtual | ~PrimitiveStreamerBase () |
Public Member Functions inherited from ora::IRelationalUpdater | |
virtual | ~IRelationalUpdater () |
Definition at line 50 of file PrimitiveStreamer.h.
ora::PrimitiveUpdater::PrimitiveUpdater | ( | const Reflex::Type & | objectType, |
MappingElement & | mapping | ||
) |
Definition at line 91 of file PrimitiveStreamer.cc.
|
virtual |
Definition at line 96 of file PrimitiveStreamer.cc.
|
virtual |
Implements ora::IRelationalUpdater.
Definition at line 99 of file PrimitiveStreamer.cc.
|
virtual |
Implements ora::IRelationalUpdater.
Definition at line 105 of file PrimitiveStreamer.cc.
|
virtual |
Updates a data element.
Implements ora::IRelationalUpdater.
Definition at line 108 of file PrimitiveStreamer.cc.
Referenced by python.seqvaluedict.seqdict::__setslice__(), python.Vispa.Gui.VispaWidget.VispaWidget::autosize(), python.Vispa.Views.LineDecayView.LineDecayContainer::createObject(), python.Vispa.Views.LineDecayView.LineDecayContainer::deselectAllObjects(), python.Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::deselectAllWidgets(), python.Vispa.Gui.VispaWidget.VispaWidget::enableAutosizing(), python.seqvaluedict.seqdict::extend(), python.Vispa.Gui.MenuWidget.MenuWidget::leaveEvent(), python.Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseMoveEvent(), python.Vispa.Gui.MenuWidget.MenuWidget::mouseMoveEvent(), python.Vispa.Views.LineDecayView.LineDecayContainer::mouseMoveEvent(), python.Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseReleaseEvent(), python.Vispa.Views.LineDecayView.LineDecayContainer::objectMoved(), python.Vispa.Views.LineDecayView.LineDecayContainer::removeObject(), python.Vispa.Gui.ConnectableWidget.ConnectableWidget::removePorts(), python.Vispa.Gui.FindDialog.FindDialog::reset(), python.Vispa.Gui.PortConnection.PointToPointConnection::select(), python.Vispa.Gui.VispaWidget.VispaWidget::select(), python.Vispa.Views.LineDecayView.LineDecayContainer::select(), python.Vispa.Gui.VispaWidget.VispaWidget::setText(), python.Vispa.Gui.VispaWidget.VispaWidget::setTitle(), python.Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom(), python.Vispa.Views.LineDecayView.LineDecayContainer::setZoom(), and python.Vispa.Gui.PortConnection.PointToPointConnection::updateConnection().