浏览代码

- add small doxygen comment about the usage of fetch_result with db_query

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4878 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt 17 年之前
父节点
当前提交
04c0fcf4d5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/srdb1/db_query.h

+ 1 - 1
lib/srdb1/db_query.h

@@ -60,7 +60,7 @@
  * \param _n number of key/value pairs that are compared, if zero then no comparison is done
  * \param _nc number of colums that should be returned
  * \param _o order by the specificied column, optional
- * \param _r the result that is returned
+ * \param _r the result that is returned, set to NULL if you want to use fetch_result later
  * \param (*val2str) function pointer to the db specific val conversion function
  * \param (*submit_query) function pointer to the db specific query submit function
  * \param (*store_result) function pointer to the db specific store result function