Transactions
[API's]


Functions

alp_status_t alp_calendar_dml_transaction_begin (AlpDmlH dmlH, bool exclusive)
 This API call is used to begin a transaction.
alp_status_t alp_calendar_dml_transaction_end (AlpDmlH dmlH)
 This API call is used to end a transaction begun by a call to alp_calendar_dml_transaction_begin.
alp_status_t alp_calendar_dml_transaction_rollback (AlpDmlH dmlH)
 This API call is used to rollback a transaction begun by a call to alp_calendar_dml_transaction_begin.


Function Documentation

alp_status_t alp_calendar_dml_transaction_begin AlpDmlH  dmlH,
bool  exclusive
 

This API call is used to begin a transaction.

Parameters:
[in] dmlH Calendar data model handle
[in] exclusive exclusive lock on the database will be obtained if true.
Returns:
alp_status_t
See also:
alp_calendar_dml_get_next_event

alp_status_t alp_calendar_dml_transaction_end AlpDmlH  dmlH  ) 
 

This API call is used to end a transaction begun by a call to alp_calendar_dml_transaction_begin.

Parameters:
[in] dmlH Calendar data model handle
Returns:
alp_status_t

alp_status_t alp_calendar_dml_transaction_rollback AlpDmlH  dmlH  ) 
 

This API call is used to rollback a transaction begun by a call to alp_calendar_dml_transaction_begin.

Parameters:
[in] dmlH Calendar data model handle
Returns:
alp_status_t


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.