GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
transaction.c
Go to the documentation of this file.
1 #include <grass/dbmi.h>
2 
3 /* Implemented only in some drivers */
5 {
6  G_debug(2, "Begin transaction");
7  return DB_OK;
8 }
9 
10 /* Implemented only in some drivers */
12 {
13  G_debug(2, "Commit transaction");
14  return DB_OK;
15 }