Struct that stores information about a foreign key using the most common data types. More...
#include <DSInfo.h>
Public Attributes | |
| std::string | name |
| Foreign Key Name. More... | |
| std::vector< std::string > | porperties |
| Foreign Key Properties in a string vector. More... | |
Struct that stores information about a foreign key using the most common data types.
| std::string FKInfo::name |
Foreign Key Name.
Definition at line 191 of file DSInfo.h.
Referenced by DSInfo::getForeignKeyInfo(), and PrintManager::printFKDetails().
| std::vector<std::string> FKInfo::porperties |
Foreign Key Properties in a string vector.
Definition at line 192 of file DSInfo.h.
Referenced by DSInfo::getForeignKeyInfo(), and PrintManager::printFKDetails().