int db_eof ( db_cursor_t  hcursor  ) 

Check whether the cursor has passed the end of the table.

Parameters:
hcursor Cursor handle.
Returns:
  • (1) Cursor has moved past the beginning of the table.
  • (0) Cursor has not moved past the beginning of the table.
  • (-1) Invalid cursor handle.
On failure, one of the following error codes is set:

See also:
db_bof, db_seek_next,
get_db_error, clear_db_error, Error Handling


Copyright © 2005-2008 ITTIA®. All rights reserved.