|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-0f6a7341fc
|
DBMI Library (base) - external data representation (datatime) More...

Go to the source code of this file.
Functions | |
| int | db__send_datetime (dbDateTime *t) |
| Send datetime. | |
| int | db__recv_datetime (dbDateTime *t) |
| Receive datetime. | |
DBMI Library (base) - external data representation (datatime)
SPDX-FileCopyrightText: 1999-2009, 2011 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file xdrdatetime.c.
| int db__recv_datetime | ( | dbDateTime * | t | ) |
Receive datetime.
| t | pointer to dbDateTime |
Definition at line 45 of file xdrdatetime.c.
References DB_OK, DB_RECV_CHAR, DB_RECV_DOUBLE, DB_RECV_INT, and t.
| int db__send_datetime | ( | dbDateTime * | t | ) |
Send datetime.
| t | pointer to dbDateTime |
Definition at line 23 of file xdrdatetime.c.
References DB_OK, DB_SEND_CHAR, DB_SEND_DOUBLE, DB_SEND_INT, and t.