db_result_t db_unwatch_table ( db_t  hdb,
const db_objname_t table_name 
)

Remove a notification handler for a particular table.

Parameters:
hdb Database handle.
table_name Name of database table.
Returns:
On failure, one of the following error codes is set:
  • DB_EINVAL Casued by: invalid database handle, table name is null.

See also:
db_watch_table, db_wait,
get_db_error, clear_db_error, Error Handling


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