Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回数据值属性的描述。
public typedef struct a_sqlany_data_value
char *
指向用户提供的数据缓冲区的指针。
size_t
缓冲区大小。
sacapi_bool *
指示上一读取数据是否为 NULL 的指针。
size_t *
指向缓冲区中有效字节数的指针。值必须小于 buffer_size。
a_sqlany_data_type
数据的类型。
想查看使用中的 a_sqlany_data_value 结构的示例,请参见 SQL Anywhere 安装位置下的 sdk\dbcapi\examples 目录中的示例。
dbcapi_isql.cpp
fetching_a_result_set.cpp
send_retrieve_full_blob.cpp
preparing_statements.cpp