PKInfo Struct Reference

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

Detailed Description

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

Definition at line 180 of file DSInfo.h.

Member Data Documentation

std::string PKInfo::name

Primary Key Name.

Definition at line 182 of file DSInfo.h.

std::vector<std::string> PKInfo::porperties

Primary Key Properties in a string vector.

Definition at line 183 of file DSInfo.h.


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