Data type RowData
access this type via: data.qdb.Client (uses)
This data type represents a resulting row from a query.
Fields
char key[] The unique key of the row.
Data fields The fields of the row. This value is usually assigned to a type-specific local variable to access the field values.