XmlData |
![]() ![]() |
#include <DbXml.hpp>class DbXml::XmlData { public: XmlData::XmlData() XmlData::XmlData(const Dbt &dbt) XmlData::XmlData(void *data, u_int32_t size) XmlData::XmlData(const XmlData &o) XmlData &operator = (const XmlData &o) virtual XmlData::~XmlData() ...
void *XmlData::get_data() const void XmlData::set_data(void *value)
u_int32_t XmlData::get_size() const void XmlData::set_size(u_int32_t size)
Dbt &XmlData::getDbt() const Dbt &XmlData::getDbt() const };
The XmlData class encapsulates a Berkeley DB Dbt, which is the fundamental storage object for the underlying DB databases.
Returns the data buffer encapsulated by the underlying Dbt.
Sets the data array for the underlying Dbt to the specified value.
Returns the size of the underlying data array.
Sets the size of the buffer that was set using XmlData::set_data().
Get a handle for the underlying Dbt.
![]() ![]() |
Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.