/
Entity data types
Entity data types
Handles to the entity data types managed by the SDAI operations are represented by the following C bindings:
typedef SdaiInstance SdaiAppInstance;
typedef SdaiInstance SdaiModel;
typedef SdaiInstance SdaiModelRepository;
typedef SdaiInstance SdaiRepository;
typedef SdaiInstance SdaiSession;
typedef SdaiInstance SdaiTransactionRepository;
typedef SdaiInstance SdaiAttr;
typedef SdaiInstance SdaiEntity;
typedef SdaiInstance SdaiGlobalRule;
typedef SdaiInstance SdaiSchema;
typedef SdaiInstance SdaiUniquenessRule;
typedef SdaiInstance SdaiWhereRule;
typedef SdaiInstance SdaiSchemaMap;
, multiple selections available,
Related content
SDAI Primitive types
SDAI Primitive types
More like this
sdaiGetInstanceType
sdaiGetInstanceType
More like this
sdaiIsKindOf
sdaiIsKindOf
More like this
sdaiIsInstanceOf
sdaiIsInstanceOf
More like this
sdaiGetAttrBN
sdaiGetAttrBN
More like this
sdaiGetAttr
sdaiGetAttr
More like this