#include <error.h>
Inheritance diagram for Gnome::Gda::Error:
Public Member Functions | |
virtual | ~Error () |
GdaError * | gobj () |
Provides access to the underlying C GObject. | |
const GdaError * | gobj () const |
Provides access to the underlying C GObject. | |
GdaError * | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Glib::ustring | get_description () const |
void | set_description (const Glib::ustring &description) |
glong | get_number () const |
void | set_number (glong number) |
Glib::ustring | get_source () const |
void | set_source (const Glib::ustring &source) |
Glib::ustring | get_sqlstate () const |
void | set_sqlstate (const Glib::ustring &sqlstate) |
Static Public Member Functions | |
static Glib::RefPtr< Error > | create () |
Protected Member Functions | |
Error () | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Gnome::Gda::Error > | wrap (GdaError *object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase. |
|
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase. |
|
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
|
|
|
|
|
|
|
|
|
|