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.

std::vector<std::string> FKInfo::porperties

Foreign Key Properties in a string vector.

Definition at line 192 of file DSInfo.h.


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