Struct that stores information about a unique key using the most common data types. More...
#include <DSInfo.h>
Public Attributes | |
| std::string | name | 
| Unique Key Name.  More... | |
| std::vector< std::string > | porperties | 
| Unique Key Properties in a string vector.  More... | |
Struct that stores information about a unique key using the most common data types.
| std::string UKInfo::name | 
Unique Key Name.
Definition at line 200 of file DSInfo.h.
Referenced by DSInfo::getUniqueKeyInfo(), and PrintManager::printUKDetails().
| std::vector<std::string> UKInfo::porperties | 
Unique Key Properties in a string vector.
Definition at line 201 of file DSInfo.h.
Referenced by DSInfo::getUniqueKeyInfo(), and PrintManager::printUKDetails().