50 #define generateException() generateExceptionn(sqlca)
52 void generateExceptionn(
struct sqlca&) throw (r_Error);
58 #define check(msg) checkk(msg, sqlca)
59 int checkk(
const char* msg,
struct sqlca& mysql)
throw( r_Error );
69 void generateException() throw (r_Error);
74 int check(const
char* msg) throw (r_Error);
81 void printSQLError(
void* err,
int status);
82 void printSQLError(
void* err) throw (r_Error);
88 #ifdef BASEDB_INFORMIX
89 void generateException() throw (r_Error);
94 int check(const
char* msg,
bool displayWarning =
false) throw (r_Error);
99 void printSQLError(
int error, const
char*);
106 void generateException() throw (r_Error);
111 int check(const
char* msg) throw (r_Error);
#define false
Definition: bool.h:23