Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
EdmiError edmiRemoteGetTableInstanceColumnNumber (SdaiServerContext    serverContextId,
                                                  SdaiInstance         tableInstanceId,
                                                  SdaiString           columnName,
                                                  SdaiInteger         *columnNumber,
                                                  SdaiInvocationId    *edmiInvocationId);

This function return the number of a given column from the

...

Argument type

...

Argument name

...

 Comments

...

SdaiServerContext    

...

serverContextId

...

server context name

...

SdaiInstance              

...

tableInstanceId

...

instance id for the table

...

SdaiString                  

...

columnName

...

 

...

SdaiInteger                

...

*columnNumber

...

 

...

SdaiInvocationId         

...

given  EDMtableInstance.

 

 

Arguments

...

   <Missing arguments>
        

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

Options

...

 <Missing options>
           

 

Example

...

 

Code Block
languagecpp
<Missing example>

 

See also

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

 

 

 



 

 

 

 

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