1 #ifndef INCLUDE_ORA_QUERYABLEVECTORSTREAMER_H
2 #define INCLUDE_ORA_QUERYABLEVECTORSTREAMER_H
8 #include <boost/shared_ptr.hpp>
10 #include "Reflex/Type.h"
15 class ContainerSchema;
16 class IRelationalData;
18 class MultiRecordInsertOperation;
29 void setRecordId(
const std::vector<int>& identity );
48 void setRecordId(
const std::vector<int>& identity );
70 void setRecordId(
const std::vector<int>& identity );
71 void read(
void* address );
79 std::vector<boost::shared_ptr<IVectorLoader> >
m_loaders;
Reflex::Type m_objectType
Reflex::Type m_objectType
QueryableVectorStreamer(const Reflex::Type &objectType, MappingElement &mapping, ContainerSchema &contSchema)
IRelationalWriter * newWriter()
IRelationalReader * newReader()
IRelationalUpdater * newUpdater()
bool build(DataElement &offset, IRelationalData &relationalData, RelationalBuffer &operationBuffer)
QueryableVectorWriter(const Reflex::Type &objectType, MappingElement &mapping, ContainerSchema &contSchema)
Constructor.
std::vector< int > m_tmpIds
void write(int oid, const void *data)
Writes a data element.
~QueryableVectorStreamer()
DataElement m_localElement
ContainerSchema & m_schema
void setRecordId(const std::vector< int > &identity)
virtual ~QueryableVectorReader()
DataElement m_localElement
DataElement * m_dataElement
std::vector< boost::shared_ptr< IVectorLoader > > m_loaders
void update(int oid, const void *data)
Updates a data element.
ContainerSchema & m_schema
unsigned int offset(bool)
QueryableVectorReader(const Reflex::Type &objectType, MappingElement &mapping, ContainerSchema &contSchema)
Constructor.
void setRecordId(const std::vector< int > &identity)
void read(void *address)
Reads a data element.
void setRecordId(const std::vector< int > &identity)
Reflex::Type m_objectType
MappingElement & m_mapping
char data[epos_bytes_allocation]
QueryableVectorUpdater(const Reflex::Type &objectType, MappingElement &mapping, ContainerSchema &contSchema)
Constructor.
bool build(DataElement &offset, IRelationalData &relationalData)
bool build(DataElement &offset, IRelationalData &relationalData, RelationalBuffer &operationBuffer)
MappingElement & m_mapping
Reflex::Type m_objectType
virtual ~QueryableVectorUpdater()
virtual ~QueryableVectorWriter()