LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
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 |
Definition at line 82 of file Row.h.
References nutools::dbi::Row::fCol.
|
inline |
Definition at line 152 of file Column.h.
References nutools::dbi::Column::fType, nutools::dbi::Column::fValue, kBool, kDateStamp, kString, and kTimeStamp.
|
inline |
Definition at line 414 of file Table.h.
References nutools::dbi::Table::fRow.