|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
DBMI Library (base) - tokens management. More...
#include <grass/dbmi.h>
Go to the source code of this file.
Macros | |
| #define | NONE ((dbAddress)NULL) |
Functions | |
| dbAddress | db_find_token (dbToken token) |
| Find token. | |
| void | db_drop_token (dbToken token) |
| Drop token. | |
| dbToken | db_new_token (dbAddress address) |
| Add new token. | |
DBMI Library (base) - tokens management.
(C) 1999-2009 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 db/dbmi_base/token.c.
Definition at line 17 of file db/dbmi_base/token.c.
Drop token.
| token | pointer to dbToken |
Definition at line 42 of file db/dbmi_base/token.c.
References NONE.
Referenced by db_d_close_cursor().
Find token.
| token | pointer to dbToken |
Definition at line 30 of file db/dbmi_base/token.c.
References NONE.
Referenced by db_d_bind_update(), db_d_close_cursor(), db_d_delete(), db_d_fetch(), db_d_get_num_rows(), db_d_insert(), and db_d_update().
Add new token.
| address | dbAddress of token to be added |
Definition at line 55 of file db/dbmi_base/token.c.
References db_realloc(), NONE, and NULL.
Referenced by db_d_open_insert_cursor(), db_d_open_select_cursor(), and db_d_open_update_cursor().