Transactions
[API's]


Functions

alp_status_t alp_contacts_dml_transaction_begin (AlpDmlH dmlH, bool exclusive)
 Begins a transaction.
alp_status_t alp_contacts_dml_transaction_end (AlpDmlH dmlH)
 Ends a transaction.
alp_status_t alp_contacts_dml_transaction_rollback (AlpDmlH dmlH)
 Rolls back a transaction.


Function Documentation

alp_status_t alp_contacts_dml_transaction_begin AlpDmlH  dmlH,
bool  exclusive
 

Begins a transaction.

Note, ALP_STATUS_CONTACTS_DML_DATABASE_ERR is returned if the data model is already inside a transaction.

Parameters:
[in] dmlH Handle to a Contacts data model
[in] exclusive If set, an exclusive transaction is opened.
Returns:
ALP_STATUS_CONTACTS_DML_* error

alp_status_t alp_contacts_dml_transaction_end AlpDmlH  dmlH  ) 
 

Ends a transaction.

Parameters:
[in] dmlH Handle to a Contacts data model
Returns:
ALP_STATUS_CONTACTS_DML_* error

alp_status_t alp_contacts_dml_transaction_rollback AlpDmlH  dmlH  ) 
 

Rolls back a transaction.

Parameters:
[in] dmlH Handle to a Contacts data model
Returns:
ALP_STATUS_CONTACTS_DML_* error


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

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