#include <grass/dbmi.h>
Go to the source code of this file.
Defines | |
#define | NONE ( (dbAddress) NULL ) |
Functions | |
dbAddress | db_find_token (dbToken token) |
void | db_drop_token (dbToken token) |
dbToken | db_new_token (dbAddress address) |
#define NONE ( (dbAddress) NULL ) |
Definition at line 4 of file token.c.
Referenced by db_drop_token(), db_find_token(), and db_new_token().
void db_drop_token | ( | dbToken | token | ) |
dbAddress db_find_token | ( | dbToken | token | ) |
Definition at line 16 of file 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().
dbToken db_new_token | ( | dbAddress | address | ) |
Definition at line 45 of file token.c.
References db_realloc(), and NONE.
Referenced by db_d_open_insert_cursor(), db_d_open_select_cursor(), and db_d_open_update_cursor().