ColumnDef.cpp
Go to the documentation of this file.
1 #include <nutools/IFDatabase/ColumnDef.h>
2 
3 //************************************************************
4 namespace nutools {
5  namespace dbi {
7  fCanBeNull(true),fTolerance(0.),fType(ctype),fName(cname),fValue("")
8  {
9 
10  }
11 
12  //************************************************************
13 
15  {
16 
17  }
18 
19  }
20 }
std::string string
Definition: nybbler.cc:12
Simple service to provide a RunHistory configured to the right run.
Definition: Column.cpp:14
ColumnDef(std::string cname, std::string ctype)
Definition: ColumnDef.cpp:6