5#ifndef TrigConf_DBHelper
6#define TrigConf_DBHelper
8#include <CoralBase/Attribute.h>
9#include <CoralBase/AttributeList.h>
11#include "RelationalAccess/SchemaException.h"
12#include "RelationalAccess/ITransaction.h"
13#include "RelationalAccess/ITable.h"
14#include "RelationalAccess/ISchema.h"
15#include "RelationalAccess/ICursor.h"
16#include "RelationalAccess/IQuery.h"
22 void fillQuery(coral::IQuery *q, coral::AttributeList& attList);
24 inline std::string
rmtilde(
const std::string & input) {
return input==
"~" ?
"" : input; }
26 void printTable(
const coral::ITable & teTable);
Forward iterator to traverse the main components of the trigger configuration.
void fillQuery(coral::IQuery *q, coral::AttributeList &attList)
void printTable(const coral::ITable &teTable)
std::string rmtilde(const std::string &input)