TRIPsystem Kernel API 8.3
|
Database integrity rule specification. More...
#include <tripapi_types.h>
Public Attributes | |
int | nr |
integrity_rule | rules [1] |
Database integrity rule specification.
When returned from TdbGetIntegrityRules(), instances of this struct are allocated to fit the actual number of integrity rules in the database. The minimum size is always sizeof(base_integrity_spec)
, but if there are two integrity rules, the size is:
int base_integrity_spec::nr |
Number of rules in rules
integrity_rule base_integrity_spec::rules[1] |
Integrity rules array