db_result_t db_oid_copy ( db_oid_t dst,
const db_oid_t src 
)

Object id assignment operator.

Parameters:
dst Destination database object id.
src Source database object id.
Returns:
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_equal, db_oid_reset,
get_db_error, clear_db_error, Error Handling


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