Code Block |
---|
language | cpp |
---|
theme | Confluence |
---|
|
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 |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| US:_a_OldPassword |
---|
| US:_a_OldPassword |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| US:_a_NewPassword |
---|
| US:_a_NewPassword |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| US:_a_superuserPassword |
---|
| US:_a_superuserPassword |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| US:_a_edmiInvocationId |
---|
| US:_a_edmiInvocationId |
---|
nopanel | true |
---|
|
Return Value
...
Insert excerpt |
---|
| US:_r_EDMInterface |
---|
| US:_r_EDMInterface |
---|
nopanel | true |
---|
|
Options
...
<arguments missing>
Example
...
<example missing>
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
showSpace | false |
---|
cql | label = "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.
|
...