Row.getValue

Gets a pointer to a #GValue stored in a #GdaRow.

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).

class Row
getValue
(
int num
)

Parameters

num int

field index.

Return Value

Type: gobject.value.Value

a pointer to the #GValue in the position num of row.