db_result_t db_stat_page ( db_t  h,
uint32_t  pageno,
db_buf_stat_t stat 
)

Obtain statistics for a specific page.

Parameters:
h Database handle.
pageno Page number of statistics to retrieve.
stat Returned page statistics.
Returns:
On failure, one of the following error codes is set:
  • DB_EINVAL Caused by: invalid database handle, invalid buffer manager statistics (null).

See also:
get_db_error, clear_db_error, Error Handling


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