function gsk_dbi_result_fetch_row

const gchar ** gsk_dbi_result_fetch_row
                (GskDbiResult *                 result)
Interface to fetch_row() class virtual. Fetch the next result row, or NULL if there are no more rows. Return value is (not necessarily NULL-terminated) array of (NULL-terminated) strings, one for each column. Use gsk_dbi_result_fetch_lengths () to determine array length.

Parameters:

result

The result.