@@ -29,7 +29,7 @@
/**
* \file lib/srdb1/db.c
- * \ingroup db
+ * \ingroup db1
* \brief Generic Database Interface
*
*/
@@ -23,7 +23,7 @@
* \file lib/srdb1/db.h
* \ref db.c
/*!
* \file lib/srdb1/db_cap.h
* \brief Data structures that represents capabilities in the database.
* This file defines data structures that represents certain database
* \file lib/srdb1/db_con.h
* \brief Type that represents a database connection
* \file lib/srdb1/db_id.c
* \brief Functions for parsing a database URL and work with db identifier.
* \file lib/srdb1/db_id.h
* \brief Functions for parsing a database URL and works with db identifier.
* \file lib/srdb1/db_key.h
* \brief Type that represents a database key.
@@ -24,7 +24,7 @@
* \file lib/srdb1/db_op.h
* \brief Type that represents a expression operator.
#ifndef DB_OP_H
* \file lib/srdb1/db_pool.c
* \brief Functions for managing a pool of database connections.
#include "../../dprint.h"
* \file lib/srdb1/db_pool.h
#ifndef _DB_POOL_H
* \file lib/srdb1/db_query.c
* \brief Query helper for database drivers
* This helper methods for database queries are used from the database
* SQL driver to do the actual work. Each function uses some functions from
* \file lib/srdb1/db_query.h
* \file lib/srdb1/db_res.c
* \brief Functions to manage result structures
* Provides some convenience macros and some memory management
* functions for result structures.
@@ -28,7 +28,7 @@
* Data structure that represents a result from a database query,
* it also provides some convenience macros and some memory management
#ifndef DB_RES_H
@@ -27,7 +27,7 @@
* This file holds a type that represents a row in a database, some convenience
* macros and a function for memory managements.
#include "db_row.h"
* This utility methods are used from the database SQL driver to convert
* values and print SQL queries from the internal API representation.
#include "db_ut.h"
#ifndef DB_UT_H
@@ -30,7 +30,7 @@
* Available types: DB1_INT, DB1_DOUBLE, DB1_STRING, DB1_STR, DB1_DATETIME, DB1_BLOB and DB1_BITMAP
* It also provides some macros for convenient access to this values,
* and a function to convert a str to a value.