libgdamm Reference Documentation |
Public Member Functions | |
int | get_length () |
Value | get_value (int num) |
Gets a pointer to a Value stored in a Gda::Row. | |
const GdaRow* | gobj () const |
Provides access to the underlying C GObject. | |
GdaRow* | gobj () |
Provides access to the underlying C GObject. | |
GdaRow* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
virtual | ~Row () |
Static Public Member Functions | |
static Glib::RefPtr<Row> | create (int count) |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Gnome::Gda::Row> | wrap (GdaRow* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
The GdaDataModelArray object uses GdaRow to store each row of data. Each GdaRow has the same number of GValue values (equal to the number of columns of the data model).
As a side note, the GdaRow object is also used internally by the implementation of the data models returned when executing a SELECT statement.
virtual Gnome::Gda::Row::~Row | ( | ) | [virtual] |
static Glib::RefPtr<Row> Gnome::Gda::Row::create | ( | int | count | ) | [static] |
int Gnome::Gda::Row::get_length | ( | ) |
Value Gnome::Gda::Row::get_value | ( | int | num | ) |
const GdaRow* Gnome::Gda::Row::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
GdaRow* Gnome::Gda::Row::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
GdaRow* Gnome::Gda::Row::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Glib::RefPtr<Gnome::Gda::Row> wrap | ( | GdaRow * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
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. |