libgdamm Reference Documentation |
Public Member Functions | |
Blob (const GdaBlob* gobject) | |
Blob () | |
const GdaBlob* | gobj () const |
Provides access to the underlying C instance. | |
GdaBlob* | gobj () |
Provides access to the underlying C instance. | |
void | set_op (const Glib::RefPtr<BlobOp>& op) |
correctly assigns op to blob | |
Glib::ustring | to_string (guint maxlen) |
Converts all the non printable characters of blob->data into the representation where xxx is the octal representation of the byte, and the '\' (backslash) character is converted to "\\". | |
Protected Attributes | |
GdaBlob | gobject_ |
Related Functions | |
(Note that these are not member functions.) | |
const Gnome::Gda::Blob& | wrap (const GdaBlob* object) |
Gnome::Gda::Blob& | wrap (GdaBlob* object) |
It supports operations to read and write data in a BLOB.
Gnome::Gda::Blob::Blob | ( | ) |
Gnome::Gda::Blob::Blob | ( | const GdaBlob * | gobject | ) | [explicit] |
const GdaBlob* Gnome::Gda::Blob::gobj | ( | ) | const [inline] |
GdaBlob* Gnome::Gda::Blob::gobj | ( | ) | [inline] |
void Gnome::Gda::Blob::set_op | ( | const Glib::RefPtr<BlobOp>& | op | ) |
Glib::ustring Gnome::Gda::Blob::to_string | ( | guint | maxlen | ) |
Converts all the non printable characters of blob->data into the representation where xxx is the octal representation of the byte, and the '\' (backslash) character is converted to "\\".
maxlen | A maximum len used to truncate, or 0 for no maximum length. |
const Gnome::Gda::Blob& wrap | ( | const GdaBlob * | object | ) | [related] |
object | The C instance |
Gnome::Gda::Blob& wrap | ( | GdaBlob * | object | ) | [related] |
object | The C instance |
GdaBlob Gnome::Gda::Blob::gobject_ [protected] |
Referenced by gobj().