GRASS Programmer's Manual 6.4.1(2011)
rows.c
Go to the documentation of this file.
00001 #include <grass/dbmi.h>
00002 
00003 int db__driver_get_num_rows(dbCursor * cursor)
00004 {
00005     db_procedure_not_implemented("db_get_num_rows");
00006     return -1;
00007 }
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines