#define DB_THROW_ERROR (  )     do { int __rc__ = (x); if (DB_FAILED(__rc__)) DB_RAISE_ERROR(__rc__); } while(0)

If x is an error, throw it to the caller.

Otherwise, continue.

Parameters:
x the error code.
See also:
DB_RAISE_ERROR, DB_SET_ERROR, DB_ONERROR_GOTO


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