| libgdamm
    4.99.6
    | 
Offers random access on top of a cursor-only access data model. More...


| Public Member Functions | |
| virtual | ~DataAccessWrapper () | 
| GdaDataAccessWrapper* | gobj () | 
| Provides access to the underlying C GObject. | |
| const GdaDataAccessWrapper* | gobj () const | 
| Provides access to the underlying C GObject. | |
| GdaDataAccessWrapper* | gobj_copy () | 
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
| < property_model () const | |
| Data model being wrapped. | |
| Static Public Member Functions | |
| static < DataAccessWrapper > | create (const DataModel >& model) | 
| Protected Member Functions | |
| DataAccessWrapper (const DataModel >& model) | |
| Related Functions | |
| (Note that these are not member functions.) | |
| < Gnome::Gda::DataAccessWrapper > | wrap (GdaDataAccessWrapper* object, bool take_copy=false) | 
| A | |
Offers random access on top of a cursor-only access data model.
The Gda::DataAccessWrapper object simply wraps around another Gda::DataModel data model object and allows data to be accessed in a random way while remaining memory efficient as much as possible.
| virtual Gnome::Gda::DataAccessWrapper::~DataAccessWrapper | ( | ) |  [virtual] | 
| Gnome::Gda::DataAccessWrapper::DataAccessWrapper | ( | const DataModel >& | model | ) |  [explicit, protected] | 
| static DataAccessWrapper> Gnome::Gda::DataAccessWrapper::create | ( | const DataModel >& | model | ) |  [static] | 
| GdaDataAccessWrapper* Gnome::Gda::DataAccessWrapper::gobj | ( | ) |  [inline] | 
Provides access to the underlying C GObject.
Reimplemented from Gnome::Gda::DataModel.
| const GdaDataAccessWrapper* Gnome::Gda::DataAccessWrapper::gobj | ( | ) | const  [inline] | 
Provides access to the underlying C GObject.
Reimplemented from Gnome::Gda::DataModel.
| GdaDataAccessWrapper* Gnome::Gda::DataAccessWrapper::gobj_copy | ( | ) | 
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
| DataModel> > Gnome::Gda::DataAccessWrapper::property_model | ( | ) | const | 
Data model being wrapped.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Gnome::Gda::DataAccessWrapper > wrap | ( | GdaDataAccessWrapper * | 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. | 
 1.7.5.1-20110925
 1.7.5.1-20110925