GRASS Programmer's Manual  6.4.2(2012)
db/stubs/delete.c
Go to the documentation of this file.
00001 #include <grass/dbmi.h>
00002 
00003 int db__driver_delete(dbCursor * cursor)
00004 {
00005     db_procedure_not_implemented("db_delete");
00006     return DB_FAILED;
00007 }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines