Sets our main struct and passes it to the parent class
Creates a GdaRow which can hold count GdaValue.
Creates a GdaRow from a list of GdaValue's. These GdaValue's are value-copied and the user are still resposible for freeing them.
Creates a new GdaRow from an existing one.
Deallocates all memory associated to a GdaRow.
Returns the unique identifier for this row. This identifier is assigned by the different providers, to uniquely identify rows returned to clients. If there is no ID, this means that the row has not been created by a provider, or that it the provider cannot identify it (ie, modifications to it won't take place into the database).
Gets the GdaDataModel the given GdaRow belongs to.
Gets the number of the given row, that is, its position in its containing data model.
the main Gtk struct as a void*
Gets a pointer to a GdaValue stored in a GdaRow. This is a pointer to the internal array of values. Don't try to free or modify it!
Assigns a new identifier to the given row. This function is usually called by providers.
Sets the row number for the given row.
the main Gtk struct
Description