Main Page
Modules
Data Structures
Files
Cursor
db_bof
db_close_cursor
db_cursor_t
db_delete
db_duplicate_cursor
db_eof
db_fetch
db_find_field
db_get_bookmark
db_get_cursor_flags
db_get_field
db_get_field_count
db_goto_bookmark
db_insert
db_open_table_cursor
db_qfetch
db_qinsert
db_qseek
db_qupdate
db_seek
db_seek_first
db_seek_last
db_seek_next
db_seek_prior
db_set_range
db_table_cursor_destroy
db_table_cursor_init
db_update
db_result_t
db_goto_bookmark
(
db_cursor_t
hcursor
,
const
db_oid_t
*
bookmark
)
Set a cursor's current row from a bookmark.
Parameters:
hcursor
Cursor handle.
bookmark
Bookmark to go to.
Returns:
DB_OK
when successful.
DB_FAIL
on failure.
On failure, one of the following error codes is set:
DB_EINVAL
Cursor handle is invalid or bookmark is null.
See also:
db_get_bookmark
,
get_db_error
,
clear_db_error
,
Error Handling
Copyright © 2005-2008 ITTIA®. All rights reserved.