LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Table.h File Reference
#include <string>
#include <vector>
#include <map>
#include <unordered_map>
#include <cstdlib>
#include <wda.h>
#include "nuevdb/IFDatabase/DataType.h"
#include "nuevdb/IFDatabase/Column.h"
#include "nuevdb/IFDatabase/ColumnDef.h"
#include "nuevdb/IFDatabase/Row.h"

Go to the source code of this file.

Classes

class  nutools::dbi::Table
 

Namespaces

 nutools
 Simple service to provide a RunHistory configured to the right run.
 
 nutools::dbi
 

Typedefs

typedef pg_conn PGconn
 
typedef pg_result PGresult
 

Enumerations

enum  nutools::dbi::DBTableType {
  nutools::dbi::kGenericTable, nutools::dbi::kConditionsTable, nutools::dbi::kUnstructuredConditionsTable, nutools::dbi::kHardwareTable,
  nutools::dbi::kNTableType
}
 
enum  nutools::dbi::DataSource {
  nutools::dbi::kDAQ, nutools::dbi::kDCS, nutools::dbi::kOffline, nutools::dbi::kUnknownSource,
  nutools::dbi::kNDataSources
}
 

Functions

std::ostream & nutools::dbi::operator<< (std::ostream &stream, const Table &t)
 

Typedef Documentation

typedef pg_conn PGconn

Definition at line 17 of file Table.h.

typedef pg_result PGresult

Definition at line 19 of file Table.h.