Belle II Software
release-08-01-10
|
Struct for bulk write queries. More...
#include <Database.h>
Public Member Functions | |
DBImportQuery (const std::string &aName, TObject *aObject=nullptr, const IntervalOfValidity &aIov=IntervalOfValidity()) | |
Constructor. More... | |
Public Attributes | |
std::string | name |
identifier of the object | |
TObject * | object |
Pointer to the object. | |
IntervalOfValidity | iov |
Interval of validity of the object. | |
Struct for bulk write queries.
Definition at line 77 of file Database.h.
|
inlineexplicit |
Constructor.
aName | The identifier of the object |
aObject | Pointer to the object |
aIov | Iov of the object |
Definition at line 84 of file Database.h.