#include <DbCore.h>
Public Member Functions | |
template<typename... ColumnTypes> | |
void | createIndex (const std::string &name) |
const coral::TableDescription & | get () |
template<typename Column , typename ReferencedColumn > | |
void | setForeignKey (const std::string &name) |
template<typename... ColumnTypes> | |
void | setPrimaryKey () |
template<typename... ColumnTypes> | |
void | setUniqueConstraint (const std::string &name) |
TableDescription (const char *name) | |
Private Member Functions | |
template<int n> | |
void | _makeList (std::vector< std::string > &) |
template<int n, typename Arg1 , typename... Args> | |
void | _makeList (std::vector< std::string > &columnNames) |
template<int n> | |
void | addColumn (coral::TableDescription &) |
template<int n, typename Arg1 , typename... Args> | |
void | addColumn (coral::TableDescription &tableDescription) |
template<int , typename Col1 , typename... Cols> | |
void | checkColumns () |
template<int > | |
void | checkColumns () |
template<typename... ColumnTypes> | |
std::vector< std::string > | makeList () |
Private Attributes | |
coral::TableDescription | m_description |
|
inlineexplicit |
Definition at line 269 of file DbCore.h.
|
inlineprivate |
|
inlineprivate |
Definition at line 306 of file DbCore.h.
References Skims_PA_cff::name.
|
inlineprivate |
|
inlineprivate |
Definition at line 253 of file DbCore.h.
References createfilelist::int, Skims_PA_cff::name, findQualityFiles::size, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineprivate |
|
inlineprivate |
|
inline |
Definition at line 288 of file DbCore.h.
|
inline |
Definition at line 299 of file DbCore.h.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), data_sources.json_list::as_dicts(), data_sources.json_list::as_table(), util.rrapi.RRApi::columns(), rrapi.RRApi::columns(), util.rrapi.RRApi::count(), rrapi.RRApi::count(), cond::persistency::GLOBAL_TAG::Table::create(), cond::persistency::RUN_INFO::Table::create(), cond::persistency::GLOBAL_TAG_MAP::Table::create(), cond::persistency::PAYLOAD::Table::create(), cond::persistency::IOV::Table::create(), cond::persistency::TAG_LOG::Table::create(), rrapi.RRApi::data(), util.rrapi.RRApi::data(), data_sources.json_list::first(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), data_sources.json_list::indices(), data_sources.json_list::last(), rrapi.RRApi::report(), util.rrapi.RRApi::report(), rrapi.RRApi::reports(), util.rrapi.RRApi::reports(), util.rrapi.RRApi::tables(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), util.rrapi.RRApi::tags(), rrapi.RRApi::templates(), util.rrapi.RRApi::templates(), rrapi.RRApi::workspaces(), and util.rrapi.RRApi::workspaces().
|
inlineprivate |
Definition at line 312 of file DbCore.h.
|
inline |
Definition at line 294 of file DbCore.h.
References Skims_PA_cff::name, and HLT_2018_cff::tableName.
Referenced by cond::persistency::IOV::Table::create(), and cond::persistency::TAG_LOG::Table::create().
|
inline |
Definition at line 276 of file DbCore.h.
Referenced by cond::persistency::GLOBAL_TAG::Table::create(), cond::persistency::RUN_INFO::Table::create(), cond::persistency::GLOBAL_TAG_MAP::Table::create(), cond::persistency::PAYLOAD::Table::create(), cond::persistency::IOV::Table::create(), and cond::persistency::TAG_LOG::Table::create().
|
inline |
Definition at line 282 of file DbCore.h.
|
private |