Table.this

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.

  1. this(GdaTable* gdaTable)
  2. this(string name)
  3. this(string name, DataModel model, int addData)
    class Table
    this

Parameters

name string

name for the new table.

model DataModel

model to create the table from.

addData int

whether to add model's data or not.

Throws

ConstructionException GTK+ fails to create the object.

Meta