#include <iostream>
#include <sstream>
#include "TSQLServer.h"
#include "TString.h"
#include "TDbiFieldType.hxx"
#include <TSK_DBI_Log.hxx>
#include <MsgFormat.h>
Go to the source code of this file.
Defines | |
#define | MATCHES(x, y) |
Functions | |
ClassImp (TDbiFieldType) TDbiFieldType |
#define MATCHES | ( | x, | |||
y | ) |
( (fConcept == x) && (concept == y) )\ || ((fConcept == y) && (concept == x) )
Referenced by TDbiFieldType::IsCompatible().
ClassImp | ( | TDbiFieldType | ) |
Definition at line 23 of file TDbiFieldType.cxx.
00032 : ctors, dtor, operators then in alphabetical order. 00033 00034 //..................................................................... 00035 00036 TDbiFieldType::TDbiFieldType(Int_t type /* = TDbi::kInt */) 00037 { 00038 // 00039 // 00040 // Purpose: Default constructor 00041 // 00042 // Arguments: 00043 // type in Data type (default TDbi::kInt). 00044 00045 00046 00047 this->Init(type); 00048 00049 }