gda_recordset_eof

Name

gda_recordset_eof -- 

Synopsis

gint gda_recordset_eof (Gda_Recordset* rs);

Arguments

rs

Recordset which should be checked

Description

This function is used to check if the recordset cursor is after the last row. If this function returns TRUE any of the functions which actually returns the value of a field an error is returned because the cursor doesn't point to a row.

Returns

1 if the cursor is after the last record or the recordset is empty, 0 otherwise.