Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxCommitTransaction () status : INTEGER;

The xpxCommitTransaction function commit (and close) the current open transaction. All changes to the EDMdatabase  performed in the current open transaction will be made persistent in the EDMdatabase.
When the current committed transaction is part of a nested transaction, the changes performed in the actual committed transaction can be undone by a later xpxAbortTransaction operation. Hence updates to an EDMdatabase  in nested transactions will not be made persistent before the first started transaction in the nested transaction is committed, or all open transactions are closed by the xpxCommitAllTransactions operation.
This function is equivalent to the EDMinterface function edmiCommitTransaction.

Arguments

...

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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