#include <GTSchema.h>
Public Member Functions | |
void | create () override |
bool | exists () override |
void | insert (const std::string >Name, const std::vector< std::tuple< std::string, std::string, std::string > > &tags) override |
bool | select (const std::string >Name, std::vector< std::tuple< std::string, std::string, std::string > > &tags) override |
bool | select (const std::string >Name, const std::string &preFix, const std::string &postFix, std::vector< std::tuple< std::string, std::string, std::string > > &tags) override |
Table (coral::ISchema &schema) | |
~Table () override | |
Public Member Functions inherited from cond::persistency::IGTMapTable | |
virtual | ~IGTMapTable () |
Private Attributes | |
coral::ISchema & | m_schema |
Definition at line 52 of file GTSchema.h.
|
explicit |
Definition at line 79 of file GTSchema.cc.
|
inlineoverride |
Definition at line 55 of file GTSchema.h.
References beamerCreator::create(), edm::eventsetup::heterocontainer::insert(), TauGenJetsDecayModeSelectorAllHadrons_cfi::select, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridevirtual |
Implements cond::persistency::IGTMapTable.
Definition at line 87 of file GTSchema.cc.
References exists(), cond::persistency::TableDescription< Types >::get(), m_schema, cond::persistency::TableDescription< Types >::setPrimaryKey(), cond::persistency::throwException(), and cond::persistency::GLOBAL_TAG_MAP::tname.
Referenced by cond::persistency::GTSchema::create(), and o2olib.O2OTool::execute().
|
overridevirtual |
Implements cond::persistency::IGTMapTable.
Definition at line 83 of file GTSchema.cc.
References m_schema, and cond::persistency::GLOBAL_TAG_MAP::tname.
Referenced by create(), and cond::persistency::GTSchema::exists().
|
overridevirtual |
Implements cond::persistency::IGTMapTable.
Definition at line 117 of file GTSchema.cc.
References cond::persistency::BulkInserter< Types >::flush(), cond::persistency::BulkInserter< Types >::insert(), m_schema, and cond::persistency::GLOBAL_TAG_MAP::tname.
Referenced by BeautifulSoup.PageElement::append().
|
overridevirtual |
Implements cond::persistency::IGTMapTable.
Definition at line 97 of file GTSchema.cc.
References cond::persistency::Query< Types >::addCondition(), cond::persistency::Query< Types >::addOrderClause(), m_schema, and lumiQueryAPI::q.
Referenced by Vispa.Views.LineDecayView.LineDecayContainer::createObject(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), Vispa.Views.LineDecayView.LineDecayContainer::mousePressEvent(), Vispa.Gui.PortConnection.PointToPointConnection::mousePressEvent(), Vispa.Gui.VispaWidget.VispaWidget::mousePressEvent(), Vispa.Views.AbstractView.AbstractView::restoreSelection(), and select().
|
overridevirtual |
Implements cond::persistency::IGTMapTable.
Definition at line 112 of file GTSchema.cc.
References select().
Referenced by Vispa.Views.LineDecayView.LineDecayContainer::createObject(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), Vispa.Views.LineDecayView.LineDecayContainer::mousePressEvent(), Vispa.Gui.PortConnection.PointToPointConnection::mousePressEvent(), Vispa.Gui.VispaWidget.VispaWidget::mousePressEvent(), and Vispa.Views.AbstractView.AbstractView::restoreSelection().