Represents a result in the database.
More...
#include <result_entity.hpp>
|
|
sqlgen::PrimaryKey< std::string > | id |
| |
|
std::string | tenant_id |
| |
|
int | version = 0 |
| |
|
std::string | workunit_id |
| |
|
std::optional< std::string > | host_id |
| |
|
std::optional< std::int64_t > | pgmq_msg_id |
| |
|
int | server_state |
| |
|
std::optional< int > | outcome |
| |
|
std::optional< std::string > | output_uri |
| |
|
std::optional< std::string > | error_message |
| |
|
std::optional< sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> > | received_at |
| |
|
std::string | modified_by |
| |
|
std::string | performed_by |
| |
|
std::string | change_reason_code |
| |
|
std::string | change_commentary |
| |
|
std::optional< sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> > | valid_from = "9999-12-31 23:59:59" |
| |
|
std::optional< sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> > | valid_to = "9999-12-31 23:59:59" |
| |
|
|
static constexpr const char * | schema = "public" |
| |
|
static constexpr const char * | tablename = "ores_compute_results_tbl" |
| |
Represents a result in the database.