#include <queryobject.h>
Inheritance diagram for Gnome::Gda::QueryObject:
Public Member Functions | |
virtual | ~QueryObject () |
GdaQueryObject* | gobj () |
Provides access to the underlying C GObject. | |
const GdaQueryObject* | gobj () const |
Provides access to the underlying C GObject. | |
GdaQueryObject* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
void | set_int_id (int id) |
Sets the integer ID of qobj ; this also triggers a change in the string ID (which can be obtained using Gda::Object::get_id()) of the object. | |
int | get_int_id () const |
Get the integer ID of qobj. | |
Glib::SignalProxy0<void> | signal_numid_changed () |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Gnome::Gda::QueryObject> | wrap (GdaQueryObject* object, bool take_copy=false) |
virtual Gnome::Gda::QueryObject::~QueryObject | ( | ) | [virtual] |
int Gnome::Gda::QueryObject::get_int_id | ( | ) | const |
Get the integer ID of qobj.
Return: the integer ID
const GdaQueryObject* Gnome::Gda::QueryObject::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
Reimplemented from Gnome::Gda::Object.
Reimplemented in Gnome::Gda::Query, Gnome::Gda::QueryCondition, Gnome::Gda::QueryField, Gnome::Gda::QueryFieldAgg, Gnome::Gda::QueryFieldAll, Gnome::Gda::QueryFieldField, Gnome::Gda::QueryFieldValue, and Gnome::Gda::QueryTarget.
GdaQueryObject* Gnome::Gda::QueryObject::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
Reimplemented from Gnome::Gda::Object.
Reimplemented in Gnome::Gda::Query, Gnome::Gda::QueryCondition, Gnome::Gda::QueryField, Gnome::Gda::QueryFieldAgg, Gnome::Gda::QueryFieldAll, Gnome::Gda::QueryFieldField, Gnome::Gda::QueryFieldValue, and Gnome::Gda::QueryTarget.
GdaQueryObject* Gnome::Gda::QueryObject::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Reimplemented from Gnome::Gda::Object.
Reimplemented in Gnome::Gda::Query, Gnome::Gda::QueryCondition, Gnome::Gda::QueryField, Gnome::Gda::QueryFieldAgg, Gnome::Gda::QueryFieldAll, Gnome::Gda::QueryFieldField, Gnome::Gda::QueryFieldValue, and Gnome::Gda::QueryTarget.
void Gnome::Gda::QueryObject::set_int_id | ( | int | id | ) |
Sets the integer ID of qobj ; this also triggers a change in the string ID (which can be obtained using Gda::Object::get_id()) of the object.
Glib::SignalProxy0< void > Gnome::Gda::QueryObject::signal_numid_changed | ( | ) |
void numid_changed()
Glib::RefPtr<Gnome::Gda::QueryObject> wrap | ( | GdaQueryObject * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |