ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Functions
TODBCStatement.cxx File Reference
#include "TODBCStatement.h"
#include "TODBCServer.h"
#include "TDataType.h"
#include "Riostream.h"
#include <sqlext.h>
#include <stdlib.h>
Include dependency graph for TODBCStatement.cxx:

Go to the source code of this file.

Macros

#define kSqlTime   123781
 
#define kSqlDate   123782
 
#define kSqlTimestamp   123783
 
#define kSqlBinary   123784
 

Functions

 ClassImp (TODBCStatement) TODBCStatement
 constructor More...
 

Macro Definition Documentation

#define kSqlBinary   123784

Definition at line 33 of file TODBCStatement.cxx.

Referenced by TODBCStatement::BindParam(), and TODBCStatement::SetBinary().

#define kSqlDate   123782

Definition at line 31 of file TODBCStatement.cxx.

Referenced by TODBCStatement::BindParam(), and TODBCStatement::SetDate().

#define kSqlTime   123781

Definition at line 30 of file TODBCStatement.cxx.

Referenced by TODBCStatement::BindParam(), and TODBCStatement::SetTime().

#define kSqlTimestamp   123783

Function Documentation

ClassImp ( TODBCStatement  )

constructor

Definition at line 36 of file TODBCStatement.cxx.