![]() |
![]() |
![]() |
GNOME Data Access manual | ![]() |
---|---|---|---|---|
Top | Description |
GdaDataModelArrayGdaDataModelArray — An implementation of GdaDataModel based on an array |
GdaDataModelArrayPrivate; GdaDataModel * gda_data_model_array_new (gint cols
); void gda_data_model_array_set_n_columns (GdaDataModelArray *model
,gint cols
); void gda_data_model_array_clear (GdaDataModelArray *model
);
GdaDataModel * gda_data_model_array_new (gint cols
);
|
number of columns for rows in this data model. |
Returns : |
a pointer to the newly created GdaDataModel. |
void gda_data_model_array_set_n_columns (GdaDataModelArray *model
,gint cols
);
Sets the number of columns for rows inserted in this model.
cols
must be greated than or equal to 0.
|
the GdaDataModelArray. |
|
number of columns for rows this data model should use. |