engiGetSchemaScriptDeclarationByIterator

This call iterates EXPRESS schema declarations of FUNCTION, PROCEDURE or RULE. If prev is NULL it returns first declaration of above kinds. If prev is the last declaration it returns NULL. Use engiGetDeclarationType to access the further information.

Syntax

//
//   Strong typing definition
//
ExpressScript   engiGetSchemaScriptDeclarationByIterator(
                        SdaiModel               model,
                        ExpressScript           prev
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   engiGetSchemaScriptDeclarationByIterator(
                                                                        int_t                   model,
                                                                        int_t                   prev
                                                                    );
    

Property model

Size: 32 bit / 4 byte (value)
The handle to the model. The model handle is static during its existance. Several models can be opened simultaniously within one session. Different models are always independent, threads are allowed to be running on different models simultaniously.

Property prev

Size: 32 bit / 4 byte (value)
???.