Struct that stores information about a check constraint using the most common data types. More...
#include <DSInfo.h>
Public Attributes | |
std::string | expression |
Check Constraint Expression. More... | |
std::string | name |
Check Constraint Name. More... | |
Struct that stores information about a check constraint using the most common data types.
std::string CCInfo::expression |