ROOT  6.06/08
Reference Guide
Macros
TOracleServer.cxx File Reference
#include "TOracleServer.h"
#include "TOracleResult.h"
#include "TOracleStatement.h"
#include "TSQLColumnInfo.h"
#include "TSQLTableInfo.h"
#include "TUrl.h"
#include "TList.h"
#include "TObjString.h"
+ Include dependency graph for TOracleServer.cxx:

Go to the source code of this file.

Macros

#define CheckConnect(method, res)
 
#define CatchError(method)
 

Macro Definition Documentation

§ CatchError

#define CatchError (   method)
Value:
catch (SQLException &oraex) { \
SetError(oraex.getErrorCode(), oraex.getMessage().c_str(), method); \
}

Definition at line 75 of file TOracleServer.cxx.

Referenced by TOracleServer::Close(), TOracleServer::Commit(), TOracleServer::Exec(), TOracleServer::Query(), TOracleServer::Rollback(), TOracleServer::Statement(), and TOracleServer::TOracleServer().

§ CheckConnect

#define CheckConnect (   method,
  res 
)