gda.data_model_array
Module for [DataModelArray] class
Types 3
Methods
DataModelArrayGidBuilder builder() static nothrowGet builder for [gda.data_model_array.DataModelArray] Returns: New builder objectgda.data_model.DataModel new_(int cols) static nothrowCreates a new #GdaDataModel object without initializing the column types. Using [gda.data_model_array.DataModelArray.newWithGTypes] is usually better.gda.row.Row getRow(int row)Get a pointer to a row in modelvoid setNColumns(int cols) nothrowSets the number of columns for rows inserted in this model. cols must be greated than or equal to 0.classDataModelArrayGidBuilderImpl(T) : gobject.object.ObjectWrapGidBuilderImpl!T, gda.data_model.DataModelGidBuilderImpl!T
Fluent builder implementation template for gda.data_model_array.DataModelArray
Fluent builder for gda.data_model_array.DataModelArray
Methods