#include <RelationalMapping.h>
Public Member Functions | |
EmptyMapping () | |
void | process (MappingElement &parentElement, const std::string &attributeName, const std::string &attributeNameForSchema, const std::string &scopeNameForSchema) |
~EmptyMapping () |
Definition at line 171 of file RelationalMapping.h.
ora::EmptyMapping::EmptyMapping | ( | ) |
Definition at line 642 of file RelationalMapping.cc.
{ }
ora::EmptyMapping::~EmptyMapping | ( | ) |
Definition at line 645 of file RelationalMapping.cc.
{ }
void ora::EmptyMapping::process | ( | MappingElement & | parentElement, |
const std::string & | attributeName, | ||
const std::string & | attributeNameForSchema, | ||
const std::string & | scopeNameForSchema | ||
) | [virtual] |