Sets our main struct and passes it to the parent class
Creates a new GdaTable object, which is an in-memory representation of an entire table. It is mainly used by the GdaXmlDatabase class, but you can also use it in your applications for whatever you may need it.
Creates a GdaTable object from the given GdaDataModel. This is very useful to maintain an in-memory copy of a given recordset obtained from a database. This is also used when exporting data to a GdaXmlDatabase object.
Adds data in the given table from the given model.
Adds a field to the given GdaTable.
the main Gtk struct as a void*
Sets the name of the given GdaTable.
the main Gtk struct
the main Gtk struct
the main Gtk struct as a void*
Sets the number of columns for rows inserted in this model. cols must be greated than or equal to 0.
Frees all the rows inserted in model.
Description