transaction.c

Go to the documentation of this file.
00001 #include <grass/dbmi.h>
00002 
00003 /* Implemented only in some drivers */
00004 int
00005 db__driver_begin_transaction (void)
00006 {
00007     G_debug (2, "Begin transaction" );
00008     return DB_OK;
00009 }
00010 
00011 /* Implemented only in some drivers */
00012 int
00013 db__driver_commit_transaction (void)
00014 {
00015     G_debug (2, "Commit transaction" );
00016     return DB_OK;
00017 }

Generated on Sun Apr 6 17:31:38 2008 for GRASS by  doxygen 1.5.5