#include <STLContainerStreamer.h>
Public Member Functions | |
bool | build (DataElement &offset, IRelationalData &relationalData, RelationalBuffer &operationBuffer) |
void | setRecordId (const std::vector< int > &identity) |
STLContainerUpdater (const Reflex::Type &objectType, MappingElement &mapping, ContainerSchema &contSchema) | |
Constructor. | |
void | update (int oid, const void *data) |
Updates a data element. | |
virtual | ~STLContainerUpdater () |
Private Attributes | |
RelationalDeleter | m_deleter |
STLContainerWriter | m_writer |
Definition at line 57 of file STLContainerStreamer.h.
ora::STLContainerUpdater::STLContainerUpdater | ( | const Reflex::Type & | objectType, |
MappingElement & | mapping, | ||
ContainerSchema & | contSchema | ||
) |
Constructor.
Definition at line 204 of file STLContainerStreamer.cc.
ora::STLContainerUpdater::~STLContainerUpdater | ( | ) | [virtual] |
Definition at line 211 of file STLContainerStreamer.cc.
{ }
bool ora::STLContainerUpdater::build | ( | DataElement & | offset, |
IRelationalData & | relationalData, | ||
RelationalBuffer & | operationBuffer | ||
) | [virtual] |
Implements ora::IRelationalUpdater.
Definition at line 214 of file STLContainerStreamer.cc.
void ora::STLContainerUpdater::setRecordId | ( | const std::vector< int > & | identity | ) | [virtual] |
Implements ora::IRelationalUpdater.
Definition at line 222 of file STLContainerStreamer.cc.
{ m_writer.setRecordId( identity ); }
void ora::STLContainerUpdater::update | ( | int | oid, |
const void * | data | ||
) | [virtual] |
Updates a data element.
Implements ora::IRelationalUpdater.
Definition at line 226 of file STLContainerStreamer.cc.
Definition at line 75 of file STLContainerStreamer.h.
Definition at line 76 of file STLContainerStreamer.h.