Memo Database Transaction API
[Data Model API's]


Functions

alp_status_t alp_memo_dml_transaction_begin (AlpDmlH dmlH, bool exclusive)
alp_status_t alp_memo_dml_transaction_end (AlpDmlH dmlH)
alp_status_t alp_memo_dml_transaction_rollback (AlpDmlH dmlH)


Function Documentation

alp_status_t alp_memo_dml_transaction_begin AlpDmlH  dmlH,
bool  exclusive
 

Starts a transaction for the Memo data model. Performs a "BEGIN TRANSACTION;".

Parameters:
[in] dmlH AlpDmlH handle to memo data model to execute against.
[in] exclusive char flag indicating whether to use "BEGIN EXCLUSIVE TRANSACTION;"
Returns:
alp_status_t
See also:
alp_memo_dml_transaction_rollback

alp_memo_dml_transaction_end

alp_status_t alp_memo_dml_transaction_end AlpDmlH  dmlH  ) 
 

Performs a "COMMIT TRANSACTION;" on the Memo data model.

Parameters:
[in] dmlH AlpDmlH handle to memo data model to execute against.
Returns:
alp_status_t
See also:
alp_memo_dml_transaction_begin

alp_memo_dml_transaction_rollback

alp_status_t alp_memo_dml_transaction_rollback AlpDmlH  dmlH  ) 
 

Performs a "ROLLBACK TRANSACTION;" on the Memo data model.

Parameters:
[in] dmlH AlpDmlH handle to memo data model to execute against.
Returns:
alp_status_t
See also:
alp_memo_dml_transaction_begin

alp_memo_dml_transaction_end


Generated on Wed Jul 30 07:06:41 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.