|
||||||||||||||||||||||||||||||||||||
|
Initializes query statement for the MEMO table to retrieve a resultset by building an AlpDmlStatementH statement handle that selects whatever is specifed by the AlpMemoDmlSelectType from the data model. If the AlpDmlH and AlpDmlStatementH parameters are invalid, an ALP_STATUS_MEMO_DML_INVALID_PARAMETER is returned. If there are no records in the query, then an ALP_STATUS_MEMO_DML_NO_RECORD is returned.
|
|
||||||||||||||||||||
|
This API call can be used to search events in memo database
|
|
||||||||||||||||||||
|
Deprecated. Use alp_memo_dml_search_begin instead.
|
|
||||||||||||||||||||||||||||||||
|
Initializes query statement for the MEMO table to retrieve a resultset by building an AlpDmlStatementH statement handle that selects whatever is specifed by the AlpMemoDmlSelectType from the data model. If the AlpDmlH and AlpDmlStatementH parameters are invalid, an ALP_STATUS_MEMO_DML_INVALID_PARAMETER is returned. If there are no records in the query, then an ALP_STATUS_MEMO_DML_NO_RECORD is returned.
|
|
||||||||||||||||
|
Deprecated. Use alp_memo_dml_statement_get_int32 instead. Retrieves a string value for a given column from AlpDmlStatementH handle, which holds the resultset from a query. The handle is created by a query API or statement begin API in the data model, for example: alp_memo_dml_statement_begin() If the AlpDmlStatementH or AlpMemoDmlColumnType parameters are invalid, an ALP_STATUS_MEMO_DML_INVALID_PARAMETER is returned. If an attempt to get the kMemoLUID is made with this routine, an ALP_STATUS_MEMO_DML_RESTRICTED is returned.
|
|
|
Destroys the AlpDmlStatementH handle, which holds the resultset from a query. This is called once the handle or the resultset is of no more use. The handle is created by a query API or statement initialize API in the data model, for example: alp_memo_dml_statement_begin() If the AlpDmlH parameter is invalid, an ALP_STATUS_MEMO_DML_INVALID_PARAMETER is returned.
|
|
||||||||||||||||
|
Retrieves a uint32_t value for a given column from AlpDmlStatementH handle, which holds the resultset from a query. The handle is created by a query API or statement begin API in the data model, for example: alp_memo_dml_statement_begin() If the AlpDmlStatementH or AlpMemoDmlColumnType parameters are invalid, an ALP_STATUS_MEMO_DML_INVALID_PARAMETER is returned. If an attempt to get the kMemoLUID is made with this routine, an ALP_STATUS_MEMO_DML_RESTRICTED is returned.
|
|
||||||||||||
|
Retrieves a luid value for the given row from AlpDmlStatementH handle, which holds the resultset from a query. The handle is created by a query API or statement begin API in the data model, for example: alp_memo_dml_statement_begin() If the AlpDmlStatementH or AlpLuid parameters are invalid, an ALP_STATUS_MEMO_DML_INVALID_PARAMETER is returned.
|
|
|
Iterates the query statement resultset to get the next row of data from the query statement handle and if there is another record pending. If the AlpDmlH parameter is invalid, an ALP_STATUS_MEMO_DML_INVALID_PARAMETER is returned.
|
|
||||||||||||||||
|
Retrieves a string value for a given column from AlpDmlStatementH handle, which holds the resultset from a query. The handle is created by a query API or statement begin API in the data model, for example: alp_memo_dml_statement_begin() If the AlpDmlStatementH or AlpMemoDmlColumnType parameters are invalid, an ALP_STATUS_MEMO_DML_INVALID_PARAMETER is returned. If an attempt to get the kMemoLUID is made with this routine, an ALP_STATUS_MEMO_DML_RESTRICTED is returned.
|
|
||||||||||||||||||||
|
Deprecated. Use alp_memo_dml_statement_copy_string or alp_memo_dml_statement_reference_string instead.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.