Struct that stores information about a primary key using the most common data types. More...
#include <DSInfo.h>
Public Attributes | |
std::string | name |
Primary Key Name. More... | |
std::vector< std::string > | porperties |
Primary Key Properties in a string vector. More... | |
Struct that stores information about a primary key using the most common data types.
std::vector<std::string> PKInfo::porperties |