Row.getValue

Gets a pointer to a GdaValue stored in a GdaRow. This is a pointer to the internal array of values. Don't try to free or modify it!

class Row
getValue
(
int num
)

Parameters

num int

field index.

Return Value

Type: Value

a pointer to the GdaValue in the position num of row.

Meta