42#ifndef _SOURCECATALOG_SOURCEATTRIBUTES_TABLEROWATTRIBUTE_H
43#define _SOURCECATALOG_SOURCEATTRIBUTES_TABLEROWATTRIBUTE_H
49namespace SourceCatalog {
Attribute interface extended by all source attributes.
Source attribute which can be used to retrieve the table row used to create the source.
virtual ~TableRowAttribute()=default
Destructor.
const Table::Row & getRow() const
Returns the table row.
TableRowAttribute(Table::Row row)
Constructs a new TableRowAttribute with the given row.
Represents one row of a Table.