Versions Compared

Key

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

...

Code Block

...

language

...

cpp

...

themeConfluence
EdmiError edmiGetInternalDataBN(

...

qualifiedString

...

SdaiString      qualifiedString,
                                 SdaiString      userName,  
                                 SdaiString      password,
                                 SdaiUnsignedInt options,
                                 SdaiSelect      data);

<Description>

Arguments

...

The name of all <options> are defined in the header file sdai.h
TypeNameComment
SdaiString

qualifiedString

 

SdaiString

userName

Specifies the name of the user. EDMuser names are case insensitive.

SdaiString

password

Specifies the password for the actual database. The password for the database is defined by the edmiCreateDatabase function.

SdaiUnsignedInt

options

The <options> value should be specified as a bitwise OR, See descriptions below for available options.

SdaiSelect

data

 

Options: Descriptions:

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

Options

...

 

OptionComment

SERVER_CONFIGURATION

 

DEFAULT_VALUE

 

DO_GETENV

 

Example

...

Returns:  A completion code of datatype EdmiError is the returned function value. The completion code has the following values:
Completion code = 0 : Operation successfully performed.
Completion code != 0: Error in operation. Completion code is an EDMinterface error code. Use edmiGetErrorText to get the error text corresponding to the error code.
EXAMPLE
SdaiAggr aggr;
SdaiInteger lowerBound;
EdmiError rstat;
. . .

Code Block
languagecpp
 <example>

 

See also

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

Options: Descriptions: