Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
EdmiError edmiGetRepository (SdaiString     repositoryName,
                              SdaiRepository *repositoryId); 

Returns the repositoryId that uniquely identifies a repository in the EDMdatabase.

...

Arguments

...

TypeNameComment
SdaiString

repositoryName

Specifies the name of the repository. Repository names are case sensitive.

SdaiRepository

*repositoryId

A numeric repositoryID that uniquely identifies the repository in the EDMdatabase .

...

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

Options

...

 

Example

...

 

Code Block
languagecpp
 SdaiRepository repositoryId;
 EdmiError rstat;
 . . .
 if (rstat = edmiGetRepository ("DataRepository", &repositoryId)) {

...


 /* Error in operation */

...

 
 printf("\nError: %s in edmiGetRepository\n",

...

 
 edmiGetErrorText(rstat));

...

 
 goto error;

...

 
 }
 printf ("\nRepositoryId: %lu", repositoryId);

...


 . . .

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "model" and parent = "6062220"