#include <grass/dbmi.h>
#include "macros.h"
Go to the source code of this file.
Functions | |
db__send_table_definition (dbTable *table) | |
db__recv_table_definition (dbTable **table) | |
db__send_table_data (dbTable *table) | |
db__recv_table_data (dbTable *table) |
db__recv_table_data | ( | dbTable * | table | ) |
Definition at line 64 of file xdrtable.c.
References db_error(), db_get_table_column(), DB_RECV_COLUMN_VALUE, and DB_RECV_INT.
db__recv_table_definition | ( | dbTable ** | table | ) |
Definition at line 24 of file xdrtable.c.
References db_alloc_table(), db_get_error_code(), DB_RECV_COLUMN_DEFINITION, DB_RECV_INT, and DB_RECV_STRING.
db__send_table_data | ( | dbTable * | table | ) |
Definition at line 49 of file xdrtable.c.
References db_get_table_column(), DB_SEND_COLUMN_VALUE, and DB_SEND_INT.
db__send_table_definition | ( | dbTable * | table | ) |
Definition at line 4 of file xdrtable.c.
References DB_SEND_COLUMN_DEFINITION, DB_SEND_INT, and DB_SEND_STRING.