Upon errors null will be returned and error will be assigned a #GError from the #GDA_DATA_MODEL_ERROR domain.
Parameters
col | a valid column number. |
row | a valid row number. |
expectedType | the expected data type of the returned value |
nullok | if TRUE, then NULL values (value of type GDA_TYPE_NULL) will not generate any error |
Returns
a #GValue containing the value stored in the given
position, or null on error (out-of-bound position, wrong data type, etc).
Throws
[DataModelException]