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

Represents a dataset in the database. More...

#include <dataset_entity.hpp>

Collaboration diagram for dataset_entity:
Collaboration graph

Public Attributes

sqlgen::PrimaryKey< std::string > id
 
int version = 0
 
std::string code
 
std::optional< std::string > catalog_name
 
std::string subject_area_name
 
std::string domain_name
 
std::optional< std::string > coding_scheme_code
 
std::string origin_code
 
std::string nature_code
 
std::string treatment_code
 
std::optional< std::string > methodology_id
 
std::string name
 
std::string description
 
std::string source_system_id
 
std::string business_context
 
std::optional< std::string > upstream_derivation_id
 
int lineage_depth = 0
 
sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> as_of_date = "9999-12-31 23:59:59"
 
sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> ingestion_timestamp = "9999-12-31 23:59:59"
 
std::optional< std::string > license_info
 
std::optional< std::string > artefact_type
 
std::string modified_by
 
std::string change_commentary
 
sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> valid_from = "9999-12-31 23:59:59"
 
sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> valid_to = "9999-12-31 23:59:59"
 

Static Public Attributes

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

Detailed Description

Represents a dataset in the database.