GRASS Programmer's Manual  6.4.2(2012)
open_update.c
Go to the documentation of this file.
00001 #include <grass/dbmi.h>
00002 
00003 int
00004 db__driver_open_update_cursor(dbString * name, dbString * select,
00005                               dbCursor * cursor, int *mode)
00006 {
00007     db_procedure_not_implemented("db_open_update_cursor");
00008     return DB_FAILED;
00009 }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines