#include <RelationalMapping.h>
Public Member Functions | |
BlobMapping (const edm::TypeWithDict &attributeType, TableRegister &tableRegister) | |
void | process (MappingElement &parentElement, const std::string &attributeName, const std::string &attributeNameForSchema, const std::string &scopeNameForSchema) |
~BlobMapping () | |
Public Member Functions inherited from ora::IRelationalMapping | |
virtual | ~IRelationalMapping () |
Private Attributes | |
TableRegister & | m_tableRegister |
edm::TypeWithDict | m_type |
Definition at line 60 of file RelationalMapping.h.
ora::BlobMapping::BlobMapping | ( | const edm::TypeWithDict & | attributeType, |
TableRegister & | tableRegister | ||
) |
Definition at line 202 of file RelationalMapping.cc.
ora::BlobMapping::~BlobMapping | ( | ) |
Definition at line 206 of file RelationalMapping.cc.
|
virtual |
Implements ora::IRelationalMapping.
Definition at line 208 of file RelationalMapping.cc.
|
private |
Definition at line 70 of file RelationalMapping.h.
|
private |
Definition at line 69 of file RelationalMapping.h.