DDVCS Observable result Data Access Object (DAO).
More...
|
| | DDVCSObservableResultDao () |
| | Default constructor. More...
|
| |
| virtual | ~DDVCSObservableResultDao () |
| | Destructor. More...
|
| |
| int | insert (const std::string &observableName, const double value, const double statErrorLB, const double statErrorUB, const double systErrorLB, const double systErrorUB, const double scaleErrorLB, const double scaleErrorUB, const PhysicalUnit::Type valueUnit, const int kinematicId, const int computationId) const |
| | Insert observable result into database. More...
|
| |
| List< DDVCSObservableResult > | getObservableResultListByComputationId (const int computationId) const |
| | Retrieve list of observable results from the database by given unique id of computation. More...
|
| |
| List< DDVCSObservableResult > | getObservableResultListFromSQLQuery (const std::string &sqlQuery) const |
| | Retrieve list of observable results from the database by user-defined SQL query. More...
|
| |
| | BaseObject (const std::string &className) |
| | Constructor. More...
|
| |
| virtual | ~BaseObject () |
| | Default destructor. More...
|
| |
| virtual BaseObject * | clone () const |
| | Virtual clone function to allow the factory to clone all derived members object stored in the BaseObjectRegistry. More...
|
| |
| virtual void | resolveObjectDependencies () |
| | Because of the initialization step order of the program, objects are registered in a total random order and some objects depend on others. More...
|
| |
| virtual std::string | toString () const |
| | Return a pre-formatted characters string for output visualization of class member's values. More...
|
| |
| void | serialize (ElemUtils::Packet &packet) const |
| | Used to split a complex C++ object into a concatenation of simple types. More...
|
| |
| void | unserialize (ElemUtils::Packet &packet) |
| | Used to rebuild a complex C++ object from a concatenation of simple type. More...
|
| |
| bool | operator< (const BaseObject &other) const |
| | Overload of < operator to sort BaseObject object by its indexId value. More...
|
| |
| const std::string & | getClassName () const |
| |
| unsigned int | getObjectId () const |
| |
| int | getIndexId () const |
| |
| void | setIndexId (int indexId) |
| |
|
| | BaseObject (const BaseObject &other) |
| | Copy constructor. More...
|
| |
| void | info (const std::string &functionName, const std::string &message) const |
| | Print info message into logger. More...
|
| |
| void | debug (const std::string &functionName, const std::string &message) const |
| | Print debug message into logger. More...
|
| |
| void | warn (const std::string &functionName, const std::string &message) const |
| | Print warning message into logger. More...
|
| |
| void | errorMissingParameter (const std::string ¶meterName) const |
| | Use in automation process to throw exception when a parameter is missing from the XML scenario file. More...
|
| |
DDVCS Observable result Data Access Object (DAO).
◆ DDVCSObservableResultDao()
| PARTONS::DDVCSObservableResultDao::DDVCSObservableResultDao |
( |
| ) |
|
◆ ~DDVCSObservableResultDao()
| PARTONS::DDVCSObservableResultDao::~DDVCSObservableResultDao |
( |
| ) |
|
|
virtual |
◆ fillObservableResultList()
| void PARTONS::DDVCSObservableResultDao::fillObservableResultList |
( |
List< DDVCSObservableResult > & |
observableResultList, |
|
|
QSqlQuery & |
query |
|
) |
| const |
|
private |
◆ getObservableResultListByComputationId()
| List< DDVCSObservableResult > PARTONS::DDVCSObservableResultDao::getObservableResultListByComputationId |
( |
const int |
computationId | ) |
const |
Retrieve list of observable results from the database by given unique id of computation.
- Parameters
-
| computationId | Unique id of computation to be selected. |
- Returns
- List of ObservableResult objects containing observable results retrieved from the database.
◆ getObservableResultListFromSQLQuery()
| List< DDVCSObservableResult > PARTONS::DDVCSObservableResultDao::getObservableResultListFromSQLQuery |
( |
const std::string & |
sqlQuery | ) |
const |
Retrieve list of observable results from the database by user-defined SQL query.
- Parameters
-
| sqlQuery | User-defined SQL query. |
- Returns
- List of ObservableResult objects containing observable results retrieved from the database.
◆ insert()
| int PARTONS::DDVCSObservableResultDao::insert |
( |
const std::string & |
observableName, |
|
|
const double |
value, |
|
|
const double |
statErrorLB, |
|
|
const double |
statErrorUB, |
|
|
const double |
systErrorLB, |
|
|
const double |
systErrorUB, |
|
|
const double |
scaleErrorLB, |
|
|
const double |
scaleErrorUB, |
|
|
const PhysicalUnit::Type |
valueUnit, |
|
|
const int |
kinematicId, |
|
|
const int |
computationId |
|
) |
| const |
Insert observable result into database.
- Parameters
-
| observableName | Observable name. |
| value | Observable value. |
| statErrorLB | Statistical error (lower bound). |
| statErrorUB | Statistical error (upper bound). |
| systErrorLB | Systematic error (lower bound). |
| systErrorUB | Systematic error (upper bound). |
| scaleErrorLB | Scale error (lower bound). |
| scaleErrorUB | Scale error (upper bound). |
| valueUnit | Unit. |
| kinematicId | Unique id of row in the database containing observable kinematics associated to this result. |
| computationId | Unique id of row in the database containing computation information associated to this result. |
- Returns
- Unique id of inserted row in the database.
◆ m_ddvcsObservableKinematicDao
The documentation for this class was generated from the following files: