Returns a description of the attributes of a data value.
 Syntax
 Syntaxpublic struct a_sqlany_data_value Members
 Members| Member name | Type | Description | 
|---|---|---|
| buffer | char * | A pointer to user supplied buffer of data. | 
| buffer_size | size_t | The size of the buffer. | 
| is_null | sacapi_bool * | A pointer to indicate whether the last fetched data is NULL. | 
| length | size_t * | A pointer to the number of valid bytes in the buffer. This value must be less than buffer_size. | 
| type | a_sqlany_data_type | The type of the data. | 
 Remarks
 RemarksTo view examples of the a_sqlany_data_value structure in use, see the following topics:
|  | Discuss this page in DocCommentXchange.
                   | Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |