ABIGetReadCount
ABIGetReadCount#
Syntax#
int ABIGetReadCount (
ABIReadCount **aHandle );
Argument#
Data Type | Argument | In/Output | Description |
---|---|---|---|
ABIReadCount ** | aHandle | Output | The pointer which retrieves the memory address of the structure array that stores the result set |
Return Values#
If successful, returns 0; otherwise, returns an error code.
Description#
This function selects the number of times data pages were read on the Altibase server. If this function executes successfully, the aHandle pointer (a pointer of the ABIReadCount type that points to an array that stores the result set) is returned.
Example#
Please refer to sample_6.c for an application related to this function.
ABIReadCount *sReadCount;
int sRet;
sRet = ABIGetReadCount( &sReadCount);