Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
检索由上一读取操作所读取的数据的相关信息。
public sacapi_bool sqlany_get_data_info( a_sqlany_stmt * sqlany_stmt, sacapi_u32 col_index, a_sqlany_data_info * buffer )
sqlany_stmt 由 sqlany_execute() 或 sqlany_execute_direct() 执行的语句对象。
col_index 列编号在 0 到 sqlany_num_cols() - 1 之间。
buffer 将在其中填充所读取数据的元数据的数据信息缓冲区。
成功则为 1,失败则为 0。如果提供的参数无效,则失败。