|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
Main header of GRASS DataBase Management Interface. More...

Go to the source code of this file.
Data Structures | |
| struct | _db_string |
| struct | _dbmscap |
| struct | _db_dirent |
| struct | _db_driver |
| struct | _db_handle |
| struct | _db_date_time |
| struct | _db_value |
| struct | _db_column |
| struct | _db_table |
| struct | _db_cursor |
| struct | _db_index |
| struct | _db_driver_state |
| struct | dbCatValI |
| struct | dbCatVal |
| struct | dbCatValArray |
| struct | _db_connection |
| struct | dbRclsRule |
Typedefs | |
| typedef void * | dbAddress |
| typedef int | dbToken |
| typedef struct _db_string | dbString |
| typedef struct _dbmscap | dbDbmscap |
| typedef struct _db_dirent | dbDirent |
| typedef struct _db_driver | dbDriver |
| typedef struct _db_handle | dbHandle |
| typedef struct _db_date_time | dbDateTime |
| typedef struct _db_value | dbValue |
| typedef struct _db_column | dbColumn |
| typedef struct _db_table | dbTable |
| typedef struct _db_cursor | dbCursor |
| typedef struct _db_index | dbIndex |
| typedef struct _db_driver_state | dbDriverState |
| typedef struct _db_connection | dbConnection |
Main header of GRASS DataBase Management Interface.
(C) 1999-2009, 2011 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file dbmi.h.
| typedef struct _db_column dbColumn |
| typedef struct _db_connection dbConnection |
| typedef struct _db_cursor dbCursor |
| typedef struct _db_date_time dbDateTime |
| typedef struct _db_dirent dbDirent |
| typedef struct _db_driver dbDriver |
| typedef struct _db_driver_state dbDriverState |
| typedef struct _db_handle dbHandle |
| typedef struct _db_string dbString |