All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CCInfo Struct Reference

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

Detailed Description

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

Definition at line 217 of file DSInfo.h.

Member Data Documentation

std::string CCInfo::expression

Check Constraint Expression.

Definition at line 220 of file DSInfo.h.

Referenced by DSInfo::getCheckConstraintInfo(), and PrintManager::printCCDetails().

std::string CCInfo::name

Check Constraint Name.

Definition at line 219 of file DSInfo.h.

Referenced by DSInfo::getCheckConstraintInfo(), and PrintManager::printCCDetails().


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