Functions | |
| alp_status_t | alp_memo_dml_item_create (AlpDmlItemH *memoH) |
| alp_status_t | alp_memo_dml_item_destroy (AlpDmlItemH memoH) |
| alp_status_t | alp_memo_dml_item_set_int32 (AlpDmlItemH memoH, AlpMemoDmlColumnType column, const int32_t *value) |
| alp_status_t | alp_memo_dml_item_set_string (AlpDmlItemH memoH, AlpMemoDmlColumnType column, const char *value) |
| Deprecated. Use alp_memo_dml_statement_set_int32 instead. | |
|
|
Allocates and returns a AlpMemoH handle. If the call fails, it will return NULL. Hence the application should check for NULL prior to attempting to use the handle. If there is not enough memory available to allocate space for a memo data structure, an ALP_STATUS_MEMO_DML_NO_MEMORY will be returned.
|
|
|
Frees memory used to store an AlpMemoType data structure. Using the address of the pointer passed, it destroys all the memory in the data structure. Sets the handle to NULL.
|
|
||||||||||||||||
|
Sets the value in memo data structure referenced by the handle and column passed. If the AlpDmlItemH or AlpMemoDmlColumnType parameters are invalid, an ALP_STATUS_MEMO_DML_INVALID_PARAMETER is returned. If an attempt to set the kMemoLUID is made, an ALP_STATUS_MEMO_DML_RESTRICTED is returned.
|
|
||||||||||||||||
|
Deprecated. Use alp_memo_dml_statement_set_int32 instead. Sets a string member in the memo data structure referenced by the handle and column passed. If the AlpDmlItemH or AlpMemoDmlColumnType parameters are invalid, an ALP_STATUS_MEMO_DML_INVALID_PARAMETER is returned. If an attempt to set the kMemoLUID is made, an ALP_STATUS_MEMO_DML_RESTRICTED is returned.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.