mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
apidocs with doxygen
This commit is contained in:
@@ -32,6 +32,10 @@
|
||||
|
||||
#include <locale.h>
|
||||
|
||||
/** \addtogroup mdbsql
|
||||
* @{
|
||||
*/
|
||||
|
||||
/* Prevent warnings from -Wmissing-prototypes. */
|
||||
#ifdef YYPARSE_PARAM
|
||||
#if defined __STDC__ || defined __cplusplus
|
||||
@@ -81,13 +85,13 @@ MdbSQL *sql = g_malloc0(sizeof(MdbSQL));
|
||||
#endif
|
||||
|
||||
/**
|
||||
* mdb_sql_run_query:
|
||||
* @sql: MDB SQL object to execute the query on.
|
||||
* @querystr: SQL query string to execute.
|
||||
*
|
||||
* Parses @querystr and executes it within the given @sql object.
|
||||
* @param sql: MdbSQL object to execute the query on.
|
||||
* @param querystr: SQL query string to execute.
|
||||
*
|
||||
* Returns: the updated MDB SQL object, or NULL on error
|
||||
* Parses \p querystr and executes it within the given \p sql object.
|
||||
*
|
||||
* @return the updated MDB SQL object, or NULL on error
|
||||
**/
|
||||
MdbSQL*
|
||||
mdb_sql_run_query (MdbSQL* sql, const gchar* querystr) {
|
||||
@@ -980,3 +984,4 @@ mdb_sql_dump_results(MdbSQL *sql)
|
||||
/* the column and table names are no good now */
|
||||
mdb_sql_reset(sql);
|
||||
}
|
||||
/** @}*/
|
||||
Reference in New Issue
Block a user