Main Page
Modules
Namespaces
Classes
Files
db
::
Table
apply_range
apply_seek
begin_seek
cancel
clear_range
close
create
edit
field_desc
get_database
get_insert_flags
get_remove_flags
get_row_id
get_table_id
get_table_mode
index_desc
insert
is_bof
is_eof
is_opened
lock_row
lock_row
lock_row
lock_row
open
operator=
post
refresh
remove
seek
seek_first
seek_last
seek_next
seek_prior
set_insert_flags
set_range_end
set_range_start
set_remove_flags
set_sort_order
Table
Table
~Table
bool db::Table::is_eof
(
)
const
[virtual]
Check whether the cursor has passed the end of the table.
Returns:
True if the cursor has moved past the end of the table.
False if the cursor has not moved past the end of the table.
See also:
seek_next
,
is_bof
Implements
db::BidiCursor
.
Copyright © 2005-2008 ITTIA®. All rights reserved.