GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Go to the source code of this file.
Functions | |
int | db__send_value (dbValue *value, int Ctype) |
int | db__recv_value (dbValue *value, int Ctype) |
Definition at line 30 of file xdrvalue.c.
References db_error(), DB_RECV_CHAR, DB_RECV_DATETIME, DB_RECV_DOUBLE, DB_RECV_INT, and DB_RECV_STRING.
Referenced by db__recv_column_default_value(), and db__recv_column_value().
Definition at line 4 of file xdrvalue.c.
References db_error(), DB_SEND_CHAR, DB_SEND_DATETIME, DB_SEND_DOUBLE, DB_SEND_INT, and DB_SEND_STRING.
Referenced by db__send_column_default_value(), and db__send_column_value().