gda.data_access_wrapper

Module for [DataAccessWrapper] class

Types 3

Methods
GType _gType() @property
DataAccessWrapper self()Returns `this`, for use in `with` statements.
DataAccessWrapperGidBuilder builder()Get builder for [gda.dataaccesswrapper.DataAccessWrapper] Returns: New builder object
gda.data_model.DataModel new_(gda.data_model.DataModel model)Creates 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)wrapper 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)

Fluent builder for [gda.data_access_wrapper.DataAccessWrapper]