DataSetStruct Struct Reference

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< CCInfovecCcInfo
 Check Constraint struct vector. More...
 
std::vector< FKInfovecFkInfo
 Foreign Key struct vector. More...
 
std::vector< IdxInfovecIdxInfo
 Index struct vector. More...
 
std::vector< UKInfovecUkInfo
 Unique Key struct vector. More...
 

Detailed Description

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

Definition at line 226 of file DSInfo.h.

Member Data Documentation

bool DataSetStruct::hasPk

If has Primary key.

Definition at line 229 of file DSInfo.h.

std::string DataSetStruct::name

Data Set Name.

Definition at line 228 of file DSInfo.h.

PKInfo DataSetStruct::pkInfo

Primary Key struct.

Definition at line 230 of file DSInfo.h.

std::vector<CCInfo> DataSetStruct::vecCcInfo

Check Constraint struct vector.

Definition at line 234 of file DSInfo.h.

std::vector<FKInfo> DataSetStruct::vecFkInfo

Foreign Key struct vector.

Definition at line 231 of file DSInfo.h.

std::vector<IdxInfo> DataSetStruct::vecIdxInfo

Index struct vector.

Definition at line 233 of file DSInfo.h.

std::vector<UKInfo> DataSetStruct::vecUkInfo

Unique Key struct vector.

Definition at line 232 of file DSInfo.h.


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