25#ifndef TABLE_COLUMNINFO_H
26#define TABLE_COLUMNINFO_H
87 bool operator==(
const ColumnInfo& other)
const;
96 bool operator!=(
const ColumnInfo& other)
const;
Contains the description of a specific column of a Table.
Provides information about the columns of a Table.
std::vector< info_type > m_info_list
virtual ~ColumnInfo()=default
Default destructor.