![]() |
![]() |
![]() |
GNOME Data Access 5 manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
struct GdaDataAccessWrapper;
struct GdaDataAccessWrapperClass;
GdaDataAccessWrapperPrivate;
GdaDataModel * gda_data_access_wrapper_new (GdaDataModel *model
);
struct GdaDataAccessWrapperClass { GObjectClass parent_class; /* Padding for future expansion */ void (*_gda_reserved1) (void); void (*_gda_reserved2) (void); void (*_gda_reserved3) (void); void (*_gda_reserved4) (void); };
typedef struct _GdaDataAccessWrapperPrivate GdaDataAccessWrapperPrivate;
GdaDataModel * gda_data_access_wrapper_new (GdaDataModel *model
);
Creates a new GdaDataModel object which buffers the rows of model
. This object is useful
only if model
can only be accessed using cursor based method.
|
a GdaDataModel |
Returns : |
a pointer to the newly created GdaDataModel. [transfer full] |
"model"
property"model" GdaDataModel* : Read / Write / Construct Only
Data model being wrapped.