int db_is_noid ( const db_oid_t oid  ) 

Check if oid DOES NOT represent an object in the database.

Returns:
True when oid does not represent an object in the database.
Parameters:
oid Database object id.
Returns:
  • True if oid DOES NOT represent an object in the database.
  • False if oid DOES represent an object in the databaase.
  • -1 indicating an invalid oid parameter.
On failure, one of the following error codes is set:

See also:
db_oid_t,
get_db_error, clear_db_error, Error Handling


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