Belle II Software  release-08-01-10
Database::DBImportQuery Struct Reference

Struct for bulk write queries. More...

#include <Database.h>

Collaboration diagram for Database::DBImportQuery:

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.
 

Detailed Description

Struct for bulk write queries.

Definition at line 77 of file Database.h.

Constructor & Destructor Documentation

◆ DBImportQuery()

DBImportQuery ( const std::string &  aName,
TObject *  aObject = nullptr,
const IntervalOfValidity aIov = IntervalOfValidity() 
)
inlineexplicit

Constructor.

Parameters
aNameThe identifier of the object
aObjectPointer to the object
aIovIov of the object

Definition at line 84 of file Database.h.


The documentation for this struct was generated from the following file: