db_result_t db_watch_table ( db_t  hdb,
const db_objname_t table_name,
db_flags_t  flags,
uint32_t  utid 
)

Set up a notification handler for a particular table.

Parameters:
hdb Database handle.
table_name Name of database table.
flags 
utid User supplied numeric id for the handler.
Returns:
On failure, one of the following error codes is set:
  • DB_EINVAL Caused by: invalid database handle, table name is null, invalid watch flags.

See also:
db_unwatch_table, db_wait,
db_goto_bookmark,
get_db_error, clear_db_error, Error Handling


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