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.

std::string CCInfo::name

Check Constraint Name.

Definition at line 219 of file DSInfo.h.


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