gda.row

Module for [Row] class

Types 3

Methods
GType _gType() @property
Row self()Returns `this`, for use in `with` statements.
RowGidBuilder builder()Get builder for [gda.row.Row] Returns: New builder object
void nbValues(int propval) @property
int getLength()
gobject.value.Value getValue(int num)Gets a pointer to a #GValue stored in a #GdaRow.
void invalidateValue(gobject.value.Value value)Marks value as being invalid. This method is mainly used by database providers' implementations to report any error while reading a value from the database.
void invalidateValueE(gobject.value.Value value, glib.error.ErrorWrap error = null)Marks value as being invalid. This method is mainly used by database providers' implementations to report any error while reading a value from the database.
bool valueIsValid(gobject.value.Value value)Tells if value has been marked as being invalid by [gda.row.Row.invalidateValue]. This method is mainly used by database providers' implementations to report any error while reading a value from th...
bool valueIsValidE(gobject.value.Value value)Tells if value has been marked as being invalid by [gda.row.Row.invalidateValue]. This method is mainly used by database providers' implementations to report any error while reading a value from th...
Constructors
this(void * ptr, Flag!"Take" take)
this(int count)Creates a #GdaRow which can hold count #GValue values.

Fluent builder for [gda.row.Row]

Methods
Row build()