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

Represents an artefact_type in the database. More...

#include <artefact_type_entity.hpp>

Collaboration diagram for artefact_type_entity:
Collaboration graph

Public Attributes

sqlgen::PrimaryKey< std::string > code
 
std::string name
 
std::optional< std::string > description
 
std::optional< std::string > artefact_table
 
std::optional< std::string > target_table
 
std::optional< std::string > populate_function
 
int display_order = 0
 

Static Public Attributes

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

Detailed Description

Represents an artefact_type in the database.

This is a simple lookup table - no bitemporal support.