Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
EdmiError edmiRemoteGetAttrPrimitiveTypeBN(SdaiServerContext serverContextId,
                                             SdaiString        schemaName,
                                             SdaiString        entityName,
                                             SdaiString        attributeName,
                                             SdaiPrimitiveType *dataType,
                                             SdaiInvocationId  *edmiInvocationId);


Returns the required primitive type of the data values to be assigned to a specified attribute.

Arguments

...

TypeNameComment
 SdaiServerContext

serverContextId

Context identification, from edmiDefineServerContext

 SdaiString

schemaName

The name of an Express Schema that defines the attribute of interrestinterest. This Express Schema must exist as a dictionary model in the remote _ EDMdatabase{_}. Schema names are case insensitive.

 SdaiString

entityName

The name of the entity that defines the attribute of interrestinterest. This entity must be defined by the EXPRESS Schema specified by the <schemaName> argument. Entity names are case insensitive.

 SdaiString

attributeName

The name of the attribute of interrestinterest. Attribute names are case insensitive.

 SdaiPrimitiveType

dataType

A variable that will receive the required primitive type of the data values that may be assigned to the attribute.

 SdaiInvocationId

edmiInvocationId

Currently not used.

...

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

 

Options

...

  

 

Example

...

 

Code Block
languagecpp
 

 

See also

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