#include <OraPtrStreamer.h>
Public Member Functions | |
bool | build (DataElement &dataElement, IRelationalData &relationalData, RelationalBuffer &operationBuffer) |
OraPtrUpdater (const Reflex::Type &objectType, MappingElement &mapping, ContainerSchema &contSchema) | |
void | setRecordId (const std::vector< int > &identity) |
void | update (int oid, const void *data) |
Updates a data element. More... | |
virtual | ~OraPtrUpdater () |
Public Member Functions inherited from ora::IRelationalUpdater | |
virtual | ~IRelationalUpdater () |
Private Attributes | |
DataElement * | m_dataElement |
DataElement | m_localElement |
MappingElement & | m_mappingElement |
Reflex::Type | m_objectType |
ContainerSchema & | m_schema |
std::auto_ptr< IRelationalUpdater > | m_updater |
Definition at line 45 of file OraPtrStreamer.h.
ora::OraPtrUpdater::OraPtrUpdater | ( | const Reflex::Type & | objectType, |
MappingElement & | mapping, | ||
ContainerSchema & | contSchema | ||
) |
Definition at line 204 of file OraPtrStreamer.cc.
|
virtual |
Definition at line 215 of file OraPtrStreamer.cc.
|
virtual |
Implements ora::IRelationalUpdater.
Definition at line 218 of file OraPtrStreamer.cc.
References ora::DataElement::clear(), ora::RelationalStreamerFactory::newUpdater(), ora::ClassUtils::resolvedType(), and ora::throwException().
|
virtual |
Implements ora::IRelationalUpdater.
Definition at line 246 of file OraPtrStreamer.cc.
|
virtual |
Updates a data element.
Writes a data element.
Implements ora::IRelationalUpdater.
Definition at line 251 of file OraPtrStreamer.cc.
References ora::throwException().
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().
|
private |
Definition at line 67 of file OraPtrStreamer.h.
|
private |
Definition at line 66 of file OraPtrStreamer.h.
|
private |
Definition at line 64 of file OraPtrStreamer.h.
|
private |
Definition at line 63 of file OraPtrStreamer.h.
|
private |
Definition at line 65 of file OraPtrStreamer.h.
|
private |
Definition at line 68 of file OraPtrStreamer.h.