Relation.select

Warning g_relation_select has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API Returns all of the tuples which have the given key in the given field. Use g_tuples_index() to access the returned records. The returned records should be freed with g_tuples_destroy().

class Relation
select
(
void* key
,
int field
)

Parameters

key void*

the value to compare with.

field int

the field of each record to match.

Return Value

Type: Tuples

the records (tuples) that matched.

Meta