TRIPsystem Kernel API 8.3
Loading...
Searching...
No Matches
base_integrity_spec Struct Reference

Database integrity rule specification. More...

#include <tripapi_types.h>

Public Attributes

int nr
 
integrity_rule rules [1]
 

Detailed Description

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:

sizeof(int) + sizeof(integrity_rule)*2
Database integrity rule definition for a field.
Definition tripapi_types.h:273

Member Data Documentation

◆ nr

int base_integrity_spec::nr

Number of rules in rules

◆ rules

integrity_rule base_integrity_spec::rules[1]

Integrity rules array


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