gda.data_access_wrapper

Module for [DataAccessWrapper] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
DataAccessWrapper self() nothrowReturns `this`, for use in `with` statements.
DataAccessWrapperGidBuilder builder() static nothrowGet builder for [gda.data_access_wrapper.DataAccessWrapper] Returns: New builder object
gda.data_model.DataModel model() @property nothrow
gda.data_model.DataModel new_(gda.data_model.DataModel model) static nothrowCreates a new #GdaDataModel object which buffers the rows of model. This object is useful only if model can only be accessed using cursor based method.
bool setMapping(int[] mapping = null) nothrowwrapper will report as many columns as mapping_size, and for each value at position 'i' in mapping, wrapper will report the 'i'th column, mapped to the wrapped data model column at position mapping...
Constructors
this(void * ptr, Flag!"Take" take)