#include "TODBCServer.h"
#include "TODBCRow.h"
#include "TODBCResult.h"
#include "TODBCStatement.h"
#include "TSQLColumnInfo.h"
#include "TSQLTableInfo.h"
#include "TUrl.h"
#include "TString.h"
#include "TObjString.h"
#include "TList.h"
#include "Riostream.h"
#include <sqlext.h>
Macros | |
#define | CheckConnect(method, res) |
#define | REM_LEN 254+1 |
#define | STR_LEN 128+1 |
#define CheckConnect | ( | method, | |
res | |||
) |
Definition at line 366 of file TODBCServer.cxx.
#define REM_LEN 254+1 |
#define STR_LEN 128+1 |