Row.this

Creates a GdaRow from a list of GdaValue's. These GdaValue's are value-copied and the user are still resposible for freeing them.

  1. this(GdaRow* gdaRow)
  2. this(DataModel model, int count)
  3. this(DataModel model, GList* values)
    class Row

Parameters

model DataModel

a GdaDataModel.

values GList*

a list of GdaValue's.

Throws

ConstructionException GTK+ fails to create the object.

Meta