GRASS Programmer's Manual  6.4.2(2012)
bindupdate.c
Go to the documentation of this file.
00001 #include <grass/dbmi.h>
00002 
00009 int db__driver_bind_update(dbCursor * cursor)
00010 {
00011     db_procedure_not_implemented("db_bind_update");
00012     return DB_FAILED;
00013 }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines