Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
EdmiError edmiRemoteChangeDatabasePassword   (SdaiServerContext       serverContextId,
                                              SdaiString              oldDatabasePassword,
                                              SdaiString              newDatabasePassword,
                                              SdaiString              superuserPassword,
                                              SdaiInvocationId       *edmiInvocationId);

Use this function to list entities extended by an extension schemata for an EXPRESS schema.

Arguments

Insert excerpt
US:_a_serverContextId
US:_a_serverContextId
nopaneltrue
Insert excerpt
US:_a_OldPassword
US:_a_OldPassword
nopaneltrue
Insert excerpt
US:_a_NewPassword
US:_a_NewPassword
nopaneltrue
Insert excerpt
US:_a_superuserPassword
US:_a_superuserPassword
nopaneltrue
Insert excerpt
US:_a_edmiInvocationId
US:_a_edmiInvocationId
nopaneltrue

 

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

Options

...

<arguments missing>

 

Example

...

<example missing>

 

See also

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

 

 

Code Block
EdmiError edmiRemoteChangeDatabasePassword   (SdaiServerContext       serverContextId,
                                              SdaiString              oldDatabasePassword,
                                              SdaiString              newDatabasePassword,
                                              SdaiString              superuserPassword,
                                              SdaiInvocationId       *edmiInvocationId);

The argument "superuserPassword" must be specified in case the calling user is not "superuser", else this argument may be NULL.

...