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

Represents a subject_area in the database. More...

#include <subject_area_entity.hpp>

Collaboration diagram for subject_area_entity:
Collaboration graph

Public Attributes

sqlgen::PrimaryKey< std::string > name
 
sqlgen::PrimaryKey< std::string > domain_name
 
int version = 0
 
std::string description
 
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_subject_areas_tbl"
 

Detailed Description

Represents a subject_area in the database.

Subject areas have a composite key of (name, domain_name).