TDbiFieldType.cxx File Reference

#include <iostream>
#include <sstream>
#include "TSQLServer.h"
#include "TString.h"
#include "TDbiFieldType.hxx"
#include <TSK_DBI_Log.hxx>
#include <MsgFormat.h>
Include dependency graph for TDbiFieldType.cxx:

Go to the source code of this file.

Defines

#define MATCHES(x, y)

Functions

 ClassImp (TDbiFieldType) TDbiFieldType

Define Documentation

#define MATCHES ( x,
 ) 
Value:
( (fConcept == x) && (concept == y) )\
  || ((fConcept == y) && (concept == x) )

Referenced by TDbiFieldType::IsCompatible().


Function Documentation

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 }


Generated on 11 Aug 2013 for SKDatabase by  doxygen 1.6.1