GRASS Programmer's Manual
6.5.svn(2014)-r66266
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
xdrhandle.c
Go to the documentation of this file.
1
#include <grass/dbmi.h>
2
#include "
macros.h
"
3
4
5
int
db__send_handle
(dbHandle * handle)
6
{
7
DB_SEND_STRING
(&handle->dbName);
8
DB_SEND_STRING
(&handle->dbSchema);
9
10
return
DB_OK;
11
}
12
13
int
db__recv_handle
(dbHandle * handle)
14
{
15
DB_RECV_STRING
(&handle->dbName);
16
DB_RECV_STRING
(&handle->dbSchema);
17
18
return
DB_OK;
19
}
db__recv_handle
int db__recv_handle(dbHandle *handle)
Definition:
xdrhandle.c:13
macros.h
db__send_handle
int db__send_handle(dbHandle *handle)
Definition:
xdrhandle.c:5
DB_SEND_STRING
#define DB_SEND_STRING(x)
Definition:
macros.h:12
DB_RECV_STRING
#define DB_RECV_STRING(x)
Definition:
macros.h:18
lib
db
dbmi_base
xdrhandle.c
Generated on Sat Jan 2 2016 01:46:50 for GRASS Programmer's Manual by
1.8.5