![]() |
GDBMS 1.0
|
#include <transaction_mode_commands.h>
Static Public Member Functions | |
| static int | CloseTransaction (int transaction_USCOREid, struct ns1__CloseTransactionResponse &_param_13) |
| Operation CloseTransaction. | |
Definition at line 1 of file transaction_mode_commands.h.
| int transaction_mode_commands::CloseTransaction | ( | int | transaction_USCOREid, |
| struct ns1__CloseTransactionResponse & | _param_13 | ||
| ) | [static] |
Operation CloseTransaction.
| transaction_USCOREid | an integer id of the transaction. |
| _param_13 | structure containing the return value |
This function closes an active transaction. This is when the real add/remove/update operations actually take place in the graph.
Definition at line 16 of file transaction_mode_commands.cpp.
1.7.4