Versions Compared

Key

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

 
SYNTAX:
 
xpxSetInternalData (qualifiedName      : STRING;                     userName, password : STRING;                     options            : INTEGER,                     dataValue          : GENERIC)                     status             : INTEGER;
 
To be completed.
The xpxSetInternalData function sets
The arguments for the function are:

...

Argument::

...

Description:

...

qualifiedName

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxSetInternalData (qualifiedName      : STRING;
                             userName, password : STRING;
                             options            : INTEGER,
                             dataValue          : GENERIC)
                             status             : INTEGER;

Use this function to ....

Arguments

...

Type

Name

Comment

STRING

qualifiedName

 

STRING

userName

Name of an existing EDMuser account in the actual EDMdatabase. EDMuser account names are case insensitive.

STRING

password

The password for the EDMuser specified by the <userName> argument. Initially an EDMuser is created without any password. A password can be changed by the xpxChangePassword or xpxDefinePassword function.

INTEGER

options

Specifies the options to be used in the invocation of the xpxSetInternalData function. The <condition> value can be specified as a bitwise OR between the actual options to enable. All option names are defined on the header file sdai.h

GENERIC

dataValue

 

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

OptionComment
XPXOptioncomment

 

Example

...

Code Block
languagecpp
<Missing Example>

 
This function is equivalent to the EDMinterface function edmiSetInternalDataBN.

See also

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