index
fun index(index: <Error class: unknown class>, field: <Error class: unknown class>): <Error class: unknown class>?
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.
Return
the field of the record.
Parameters
index
the index of the record.
field
the field to return.