#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 <sys/time.h>
#include <occi.h>
Macros | |
#define | CatchError(method) |
#define | CheckConnect(method, res) |
#define CatchError | ( | method | ) |
Definition at line 80 of file TOracleServer.cxx.
#define CheckConnect | ( | method, | |
res | |||
) |
Definition at line 72 of file TOracleServer.cxx.