#include <DbCore.h>
Public Member Functions | |
template<typename Column , typename P > | |
void | addWhereCondition (const P ¶m, const std::string condition="=") |
template<typename Column1 , typename Column2 > | |
void | addWhereCondition (const std::string condition="=") |
const coral::AttributeList & | get () const |
const std::string & | setClause () const |
template<typename... Columns, typename Params > | |
void | setColumnData (const Params ¶ms) |
template<typename Column1 , typename Column2 > | |
void | setColumnMatch () |
UpdateBuffer () | |
const std::string & | whereClause () const |
Private Member Functions | |
template<typename Params , int n, typename C1 , typename... Cs> | |
void | _set (const Params ¶ms) |
template<typename Params , int n> | |
void | _set (const Params &) |
Private Attributes | |
coral::AttributeList | m_data |
std::string | m_setClause |
std::string | m_whereClause |
|
inlineprivate |
Definition at line 489 of file DbCore.h.
References m_data, m_setClause, n, mergeVDriftHistosByStation::name, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by setColumnData().
|
inlineprivate |
|
inline |
Definition at line 517 of file DbCore.h.
References m_data, and m_whereClause.
Referenced by cond::persistency::GLOBAL_TAG::Table::update(), cond::persistency::TAG::Table::update(), cond::persistency::PAYLOAD_MIGRATION::Table::update(), cond::persistency::TAG_MIGRATION::Table::updateValidationCode(), and cond::persistency::TAG::Table::updateValidity().
|
inline |
|
inline |
Definition at line 525 of file DbCore.h.
References m_data.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), rrapi.RRApi::columns(), rrapi.RRApi::count(), rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), rrapi.RRApi::report(), rrapi.RRApi::reports(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), rrapi.RRApi::templates(), and rrapi.RRApi::workspaces().
|
inline |
|
inline |
Definition at line 508 of file DbCore.h.
References _set().
Referenced by cond::persistency::GLOBAL_TAG::Table::update(), cond::persistency::TAG::Table::update(), cond::persistency::PAYLOAD_MIGRATION::Table::update(), cond::persistency::TAG_MIGRATION::Table::updateValidationCode(), and cond::persistency::TAG::Table::updateValidity().
|
inline |
Definition at line 512 of file DbCore.h.
References m_setClause, mergeVDriftHistosByStation::name, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
|
private |
Definition at line 538 of file DbCore.h.
Referenced by _set(), addWhereCondition(), and get().
|
private |
Definition at line 539 of file DbCore.h.
Referenced by _set(), setClause(), and setColumnMatch().
|
private |
Definition at line 540 of file DbCore.h.
Referenced by addWhereCondition(), and whereClause().