gda.row

Module for [Row] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Row self() nothrowReturns `this`, for use in `with` statements.
RowGidBuilder builder() static nothrowGet builder for [gda.row.Row] Returns: New builder object
void nbValues(int propval) @property nothrow
int getLength() nothrow
gobject.value.Value getValue(int num) nothrowGets a pointer to a #GValue stored in a #GdaRow.
void invalidateValue(gobject.value.Value value) nothrowMarks 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) nothrowMarks 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) nothrowTells 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 implementation template for gda.row.Row

Methods
T nbValues(int propval) nothrow

Fluent builder for gda.row.Row

Methods
Row build() nothrowCreate object from builder. Returns: New object