GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
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) |
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 | ) |
Definition at line 23 of file xdrtable.c.
References db_alloc_table(), db_get_error_code(), DB_RECV_COLUMN_DEFINITION, DB_RECV_INT, DB_RECV_STRING, and NULL.
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.