Open and Close
[Category Manager API's]


Functions

alp_status_t alp_catmgr_dml_close (AlpDmlH catH)
alp_status_t alp_catmgr_dml_open (AlpDmlH *catH, AlpDmlH dmlH, bool changeTrackingOn, const char *categoryURI, const char *membershipURI)


Function Documentation

alp_status_t alp_catmgr_dml_close AlpDmlH  catH  ) 
 

Closes all change tracking handles which may have been opened using the alp_catmgr_dml_open().

If the AlpDmlH parameter is invalid, an ALP_STATUS_CATMGR_DML_BAD_PARAM is returned.

Parameters:
[in] catH AlpDmlH handle to the CatMgr data model
Returns:
alp_status_t
See also:
alp_catmgr_dml_open

alp_status_t alp_catmgr_dml_open AlpDmlH catH,
AlpDmlH  dmlH,
bool  changeTrackingOn,
const char *  categoryURI,
const char *  membershipURI
 

Opens and returns change manager handles to the Data Model and Data Store. Caller should call alp_catmgr_dml_close() when finished with it.

If the AlpDmlH parameters is invalid, an ALP_STATUS_CATMGR_DML_BAD_PARAM is returned.

Parameters:
[in/out] catH AlpDmlH handle that will be created and assigned to this parameter on successful opening of change manager handles for registered data stores if changeTrackingOn is true.
[in] dmlH AlpDmlH handle that will hold the open dml handle to be passed on to the catmgr handle.
[in] changeTrackingOn bool value to determine whether change tracking will be enable or not during the dml transaction.
[in] categoryURI string containing the target Data Store for category table.
[in] membershipURI string containing the target Data Store for category membershiptable.
Returns:
alp_status_t
See also:
alp_catmgr_dml_close


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.