int db_oid_equal ( const db_oid_t oid_a,
const db_oid_t oid_b 
)

Object id comparison operator.

Parameters:
oid_a Database object id.
oid_b Database object id.
Returns:
  • True if database objects are equal
  • False othersize
On failure, one of the following error codes is set:
  • DB_EINVAL One of the two or both object IDs is/are null.

See also:
db_oid_init, db_oid_destroy, db_oid_copy, db_oid_reset,
get_db_error, clear_db_error, Error Handling


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