libgdamm
4.99.7
|
Row for a Gda::DataModelArray object. More...
Public Member Functions | |
virtual | ~Row () |
GdaRow* | gobj () |
Provides access to the underlying C GObject. More... | |
const GdaRow* | gobj () const |
Provides access to the underlying C GObject. More... | |
GdaRow* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. More... | |
Value | get_value (int num) |
Gets a pointer to a Value stored in a Gda::Row. More... | |
int | get_length () |
Static Public Member Functions | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. More... | |
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. More... | |
Row for a Gda::DataModelArray 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 |
|
static |
int Gnome::Gda::Row::get_length | ( | ) |
|
static |
Get the GType for this class, for use with the underlying GObject type system.
Value Gnome::Gda::Row::get_value | ( | int | num | ) |
|
inline |
Provides access to the underlying C GObject.
|
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.
|
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. |