Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

EdmiError edmiRemoteSetTableInstanceColumnsValue (SdaiServerContext    serverContextId,
                                                  SdaiInstance         tableInstanceId,
                                                  SdaiInteger          rowNumber,          /* RowNumber = 0 means append new row. First rowNumber is 1 (not zero) */
                                                  SdaiInteger          columns,            /* Number of columns to update */
                                                  SdaiInteger          columnNumbers[],    /* Columns to update. First columnNumber is 1 (not zero) */
                                                  SdaiSelect           columnValues[],     /* Columns value, order is according to order in columnNumbers */
                                                  SdaiInteger         *rowNumberUpdated,   /* RowNumber of updated column */
                                                  SdaiInvocationId    *edmiInvocationId);

This function sets the column values of the given EDMtableInstance.

 

 

Arguments


 

TypeNameComment
SdaiServerContext

serverContextId

Remote Server Context

SdaiModel

modelId

A numeric modelID that uniquely identifies the model that holds the instances to be validated. 

SdaiInteger

stringEncoding

CHAR_ENCODING_UTF-8
CHAR_ENCODING_UTF-16
CHAR_ENCODING_ISO-10646-UCS-2
CHAR_ENCODING_ISO-10646-UCS-4
CHAR_ENCODING_ISO-LATIN-1
CHAR_ENCODING_ISO-LATIN-2
CHAR_ENCODING_ISO-8859-3
CHAR_ENCODING_ISO-8859-4
CHAR_ENCODING_ISO-8859-5
CHAR_ENCODING_ISO-8859-6
CHAR_ENCODING_ISO-8859-7
CHAR_ENCODING_ISO-8859-8
CHAR_ENCODING_ISO-8859-9
CHAR_ENCODING_ISO-2022-JP
CHAR_ENCODING_SHIFT_JIS
CHAR_ENCODING_EUC-JP

SdaiInvocationId

edmiInvocationId

When the edmiInvocationId is specified, the actual operation will be asynchronous and a handle (identifier) of the call will be returned in the edmiInvocationId argument.
This handle can be used in later operations for requesting the status (waiting, running, finished ..) and the result of the actual operation.


        

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.

Options


 <Missing options>
           

 

Example


 

<Missing example>

 

See also

Filter by label

There are no items with the selected labels at this time.

 

 

 



 

 

 

 

 

 

 

 

 

 

 

  • No labels