get_value
Description:
public unowned Value? get_value (int num)
Gets a pointer to a Value stored in a Row.
This is a pointer to the internal array of values. Don't try to free or modify it (modifying is reserved to database provider's
implementations).
Parameters:
this |
a Row
|
num |
field index.
|
Returns:
a pointer to the Value in the position num of this.
|