gda.data_model_array

Module for [DataModelArray] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
DataModelArray self() nothrowReturns `this`, for use in `with` statements.
DataModelArrayGidBuilder builder() static nothrowGet builder for [gda.data_model_array.DataModelArray] Returns: New builder object
uint nColumns() @property nothrow
void nColumns(uint propval) @property nothrow
bool readOnly() @property nothrow
void readOnly(bool propval) @property nothrow
gda.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.
void clear() nothrowFrees all the rows in model.
gda.row.Row getRow(int row)Get a pointer to a row in model
void setNColumns(int cols) nothrowSets the number of columns for rows inserted in this model. cols must be greated than or equal to 0.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for gda.data_model_array.DataModelArray

Methods
T nColumns(uint propval) nothrow
T readOnly(bool propval) nothrow
Methods
DataModelArray build() nothrowCreate object from builder. Returns: New object