#include <stdlib.h>
#include <grass/dbmi.h>
#include "macros.h"
#include "dbstubs.h"
Go to the source code of this file.
Functions | |
int | db_d_close_cursor (void) |
Close cursor. |
(C) 1999-2008 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 d_close_cur.c.
int db_d_close_cursor | ( | void | ) |
Close cursor.
DB_FAILED on failure
Definition at line 26 of file d_close_cur.c.
References db__drop_cursor_from_driver_state(), db_driver_close_cursor, db_drop_token(), db_error(), db_find_token(), db_free_cursor(), DB_RECV_TOKEN, DB_SEND_FAILURE, and DB_SEND_SUCCESS.