|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
DBMI Library (driver) - open select cursor. More...

Go to the source code of this file.
Functions | |
| int | db_d_open_select_cursor (void) |
| Open select cursor. | |
DBMI Library (driver) - open select 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_openselect.c.
Open select cursor.
Definition at line 26 of file d_openselect.c.
References db__add_cursor_to_driver_state(), db_driver_open_select_cursor, db_free_string(), db_get_error_code(), db_init_cursor(), db_init_string(), db_malloc(), db_new_token(), DB_OK, DB_RECV_INT, DB_RECV_STRING, DB_SEND_FAILURE, DB_SEND_INT, DB_SEND_SUCCESS, DB_SEND_TABLE_DEFINITION, DB_SEND_TOKEN, db_set_cursor_type_readonly(), and NULL.