Belle II Software development
|
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. | |
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.
Interval of validity of the object.
Definition at line 88 of file Database.h.
std::string name |
identifier of the object
Definition at line 86 of file Database.h.
TObject* object |
Pointer to the object.
Definition at line 87 of file Database.h.