#include <InlineCArrayStreamer.h>
|
bool | build (DataElement &dataElement, IRelationalData &relationalData, RelationalBuffer &operationBuffer) |
|
| InlineCArrayWriter (const edm::TypeWithDict &objectType, MappingElement &mapping, ContainerSchema &contSchema) |
|
void | processArrayElement (DataElement &arrayElementOffset, IRelationalData &relationalData, MappingElement &arrayElementMapping, RelationalBuffer *operationBuffer) |
|
void | setRecordId (const std::vector< int > &identity) |
|
void | write (int oid, const void *data) |
| Writes a data element. More...
|
|
virtual | ~InlineCArrayWriter () |
|
bool | buildDataElement (DataElement &dataElement, IRelationalData &relationalData, RelationalBuffer *operationBuffer) |
|
| InlineCArrayStreamerBase (const edm::TypeWithDict &objectType, MappingElement &mapping, ContainerSchema &contSchema) |
|
virtual | ~InlineCArrayStreamerBase () |
|
virtual | ~IRelationalWriter () |
| Destructor. More...
|
|
Definition at line 37 of file InlineCArrayStreamer.h.
ora::InlineCArrayWriter::~InlineCArrayWriter |
( |
| ) |
|
|
virtual |
void ora::InlineCArrayWriter::setRecordId |
( |
const std::vector< int > & |
identity | ) |
|
|
virtual |
void ora::InlineCArrayWriter::write |
( |
int |
oid, |
|
|
const void * |
data |
|
) |
| |
|
virtual |