Tuples.index

Warning g_tuples_index has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API Gets a field from the records returned by g_relation_select(). It returns the given field of the record at the given index. The returned value should not be changed.

class Tuples
void*
index
(
int index
,
int field
)

Parameters

index int

the index of the record.

field int

the field to return.

Return Value

Type: void*

the field of the record.

Meta