A constraint on a table-valued input or output table. More...
#include <sqludr.h>
Public Types | |
| enum | ConstraintTypeCode { CARDINALITY, UNIQUE } |
Public Member Functions | |
| ConstraintTypeCode | getType () const |
A constraint on a table-valued input or output table.
This could be a uniqueness constraint, a cardinality constraint or some other constraint
| ConstraintInfo::ConstraintTypeCode ConstraintInfo::getType | ( | ) | const |
Get the type of the constraint.
This allows safe casting to derived classes, based on the type.
1.6.1