#include <RelationalMapping.h>
Definition at line 60 of file RelationalMapping.h.
ora::BlobMapping::BlobMapping |
( |
const Reflex::Type & |
attributeType, |
|
|
TableRegister & |
tableRegister |
|
) |
| |
ora::BlobMapping::~BlobMapping |
( |
| ) |
|
void ora::BlobMapping::process |
( |
MappingElement & |
parentElement, |
|
|
const std::string & |
attributeName, |
|
|
const std::string & |
attributeNameForSchema, |
|
|
const std::string & |
scopeNameForSchema |
|
) |
| |
|
virtual |
Implements ora::IRelationalMapping.
Definition at line 206 of file RelationalMapping.cc.
References ora::MappingElement::blobMappingElementType(), className(), and ora::processLeafElement().
Referenced by Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::dumpPython(), ConfigBuilder.ConfigBuilder.PrintAllModules::leave(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::open(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputEventContent(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::setProcess(), and Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::setProperty().
215 attributeNameForSchema,
static std::string blobMappingElementType()
Returns the name of the blob mapping element type.
TableRegister & m_tableRegister
void processLeafElement(MappingElement &parentElement, const std::string &elementType, const std::string &typeName, const std::string &attributeName, const std::string &attributeNameForSchema, const std::string &scopeNameForSchema, TableRegister &tableRegister)
std::string className(const T &t)
Reflex::Type ora::BlobMapping::m_type |
|
private |