All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
FKInfo Struct Reference

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...
 

Detailed Description

Struct that stores information about a foreign key using the most common data types.

Definition at line 189 of file DSInfo.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: