1 #ifndef ONCAL_ONCALSERVER_H
2 #define ONCAL_ONCALSERVER_H
67 int CopyTables(
const OnCal *calibrator,
const int FromRun,
const int ToRun,
const int commit = 0)
const;
84 bool updateDBRunRange(
const char *table,
const char *column,
const int value,
const int firstrun,
const int lastrun);
107 bool updateDB(
const char *table,
const char *column,
int value);
108 bool updateDB(
const char *table,
const char *column,
bool value);
110 const int runno,
const bool append =
false);
117 int GetRunTimeTicks(
const int runno, time_t &borticks, time_t &eorticks);