gda.row
Module for [Row] class
Types 3
classRow : gobject.object.ObjectWrap
Methods
int getLength() nothrowvoid 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...Fluent builder implementation template for gda.row.Row
Methods
T nbValues(int propval) nothrowFluent builder for gda.row.Row
Methods