ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | Static Public Attributes | List of all members
publication_entity Struct Referencefinal

Database entity for the dq_dataset_publications_tbl table. More...

#include <publication_entity.hpp>

Collaboration diagram for publication_entity:
Collaboration graph

Public Attributes

sqlgen::PrimaryKey< std::string > id
 
std::string dataset_id
 
std::string dataset_code
 
std::string mode
 
std::string target_table
 
std::int64_t records_inserted = 0
 
std::int64_t records_updated = 0
 
std::int64_t records_skipped = 0
 
std::int64_t records_deleted = 0
 
std::string published_by
 
sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> published_at
 

Static Public Attributes

static constexpr const char * schema = "metadata"
 
static constexpr const char * tablename = "dq_dataset_publications_tbl"
 

Detailed Description

Database entity for the dq_dataset_publications_tbl table.