#include <row.h>
Public Member Functions | |
Row () | |
Row (GdaRow *castitem, bool make_a_copy=false) | |
Row (const Row &src) | |
Row & | operator= (const Row &src) |
~Row () | |
GdaRow * | gobj () |
const GdaRow * | gobj () const |
GdaRow * | gobj_copy () const |
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs. | |
Row (const Glib::RefPtr< DataModel > &model, int count) | |
Row (const Glib::RefPtr< DataModel > &model, const GList *values) | |
Glib::RefPtr< DataModel > | get_model () |
Glib::RefPtr< const DataModel > | get_model () const |
int | get_number () const |
void | set_number (int number) |
Glib::ustring | get_id () const |
void | set_id (const Glib::ustring &id) |
Value | get_value (int num) const |
int | get_length () const |
Protected Attributes | |
GdaRow * | gobject_ |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Gda::Row | wrap (GdaRow *object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs.
|
|
|
|
|
|
|
|
|
|
|