1 #ifndef INCLUDE_ORA_QUERYABLEVECTORSTREAMER_H
2 #define INCLUDE_ORA_QUERYABLEVECTORSTREAMER_H
8 #include <boost/shared_ptr.hpp>
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;
IRelationalWriter * newWriter()
IRelationalReader * newReader()
IRelationalUpdater * newUpdater()
edm::TypeWithDict m_objectType
QueryableVectorUpdater(const edm::TypeWithDict &objectType, MappingElement &mapping, ContainerSchema &contSchema)
Constructor.
bool build(DataElement &offset, IRelationalData &relationalData, RelationalBuffer &operationBuffer)
std::vector< int > m_tmpIds
void write(int oid, const void *data)
Writes a data element.
~QueryableVectorStreamer()
edm::TypeWithDict m_objectType
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
edm::TypeWithDict m_objectType
void setRecordId(const std::vector< int > &identity)
void read(void *address)
Reads a data element.
void setRecordId(const std::vector< int > &identity)
MappingElement & m_mapping
QueryableVectorWriter(const edm::TypeWithDict &objectType, MappingElement &mapping, ContainerSchema &contSchema)
Constructor.
QueryableVectorStreamer(const edm::TypeWithDict &objectType, MappingElement &mapping, ContainerSchema &contSchema)
char data[epos_bytes_allocation]
edm::TypeWithDict m_objectType
QueryableVectorReader(const edm::TypeWithDict &objectType, MappingElement &mapping, ContainerSchema &contSchema)
Constructor.
bool build(DataElement &offset, IRelationalData &relationalData)
bool build(DataElement &offset, IRelationalData &relationalData, RelationalBuffer &operationBuffer)
MappingElement & m_mapping
virtual ~QueryableVectorUpdater()
virtual ~QueryableVectorWriter()