Struct that stores information about a data set using the most common data types. More...
#include <DSInfo.h>
Public Attributes | |
bool | hasPk |
If has Primary key. More... | |
std::string | name |
Data Set Name. More... | |
PKInfo | pkInfo |
Primary Key struct. More... | |
std::vector< CCInfo > | vecCcInfo |
Check Constraint struct vector. More... | |
std::vector< FKInfo > | vecFkInfo |
Foreign Key struct vector. More... | |
std::vector< IdxInfo > | vecIdxInfo |
Index struct vector. More... | |
std::vector< UKInfo > | vecUkInfo |
Unique Key struct vector. More... | |
Struct that stores information about a data set using the most common data types.
std::vector<CCInfo> DataSetStruct::vecCcInfo |
std::vector<FKInfo> DataSetStruct::vecFkInfo |
std::vector<IdxInfo> DataSetStruct::vecIdxInfo |
std::vector<UKInfo> DataSetStruct::vecUkInfo |