GRASS Programmer's Manual
6.4.2(2012)
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
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 */
4
int
db__driver_begin_transaction
(
void
)
5
{
6
G_debug
(2,
"Begin transaction"
);
7
return
DB_OK;
8
}
9
10
/* Implemented only in some drivers */
11
int
db__driver_commit_transaction
(
void
)
12
{
13
G_debug
(2,
"Commit transaction"
);
14
return
DB_OK;
15
}
lib
db
stubs
transaction.c
Generated on Wed Jun 6 2012 14:04:29 for GRASS Programmer's Manual by
1.8.1