GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
xdrtable.c File Reference
#include <grass/dbmi.h>
#include "macros.h"
Include dependency graph for xdrtable.c:

Go to the source code of this file.

Functions

int db__send_table_definition (dbTable *table)
 
int db__recv_table_definition (dbTable **table)
 
int db__send_table_data (dbTable *table)
 
int db__recv_table_data (dbTable *table)
 

Function Documentation

int db__recv_table_data ( dbTable *  table)

Definition at line 59 of file xdrtable.c.

References db_error(), db_get_table_column(), DB_RECV_COLUMN_VALUE, and DB_RECV_INT.

int db__recv_table_definition ( dbTable **  table)
int db__send_table_data ( dbTable *  table)

Definition at line 46 of file xdrtable.c.

References db_get_table_column(), DB_SEND_COLUMN_VALUE, and DB_SEND_INT.

int db__send_table_definition ( dbTable *  table)

Definition at line 5 of file xdrtable.c.

References DB_SEND_COLUMN_DEFINITION, DB_SEND_INT, and DB_SEND_STRING.