1 #ifndef INCLUDE_ORA_RELATIONALSTREAMERFACTORY_H
2 #define INCLUDE_ORA_RELATIONALSTREAMERFACTORY_H
10 class ContainerSchema;
12 class IRelationalWriter;
13 class IRelationalUpdater;
14 class IRelationalReader;
15 class IRelationalStreamer;
IRelationalStreamer * newStreamer(const Reflex::Type &dataType, MappingElement &dataMapping)
RelationalStreamerFactory(ContainerSchema &contSchema)
IRelationalReader * newReader(const Reflex::Type &dataType, MappingElement &dataMapping)
~RelationalStreamerFactory()
ContainerSchema & m_containerSchema
IRelationalWriter * newWriter(const Reflex::Type &dataType, MappingElement &dataMapping)
IRelationalUpdater * newUpdater(const Reflex::Type &dataType, MappingElement &dataMapping)