Classes | |
| class | Column |
| class | ColumnDef |
| class | DBIService |
| Simple service to provide a RunHistory configured to the right run. More... | |
| class | Row |
| class | Table |
| class | Util |
Enumerations | |
| enum | ColType { kAutoIncr =0x1, kBool =0x2, kIntLike =0x4, kFloatLike =0x8, kString =0x10, kTimeStamp =0x20, kDateStamp =0x40 } |
| enum | DataType { kNone =1, kMCOnly =2, kDataOnly =4, kNDataType } |
| enum | DBTableType { kGenericTable, kConditionsTable, kUnstructuredConditionsTable, kHardwareTable, kNTableType } |
| enum | DataSource { kDAQ, kDCS, kOffline, kUnknownSource, kNDataSources } |
Functions | |
| std::ostream & | operator<< (std::ostream &stream, const Column &col) |
| std::ostream & | operator<< (std::ostream &stream, const Row &row) |
| std::ostream & | operator<< (std::ostream &stream, const Table &t) |
| Enumerator | |
|---|---|
| kAutoIncr | |
| kBool | |
| kIntLike | |
| kFloatLike | |
| kString | |
| kTimeStamp | |
| kDateStamp | |
Definition at line 15 of file Column.h.
| Enumerator | |
|---|---|
| kDAQ | |
| kDCS | |
| kOffline | |
| kUnknownSource | |
| kNDataSources | |
Definition at line 33 of file Table.h.
| Enumerator | |
|---|---|
| kNone | |
| kMCOnly | |
| kDataOnly | |
| kNDataType | |
Definition at line 6 of file DataType.h.
| Enumerator | |
|---|---|
| kGenericTable | |
| kConditionsTable | |
| kUnstructuredConditionsTable | |
| kHardwareTable | |
| kNTableType | |
|
inline |
|
inline |
1.8.11