|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-a768b68929
|
DBMI Library (client) - version info. More...

Go to the source code of this file.
Functions | |
| int | db_gversion (dbDriver *driver, dbString *client_version, dbString *driver_version) |
| Get version info. | |
DBMI Library (client) - version info.
SPDX-FileCopyrightText: 1999-2008 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file c_version.c.
Get version info.
Note: renamed from db_version to db_gversion to avoid name conflict with Berkeley DB etc.
| driver | db driver | |
| [out] | client_version | client version |
| [out] | driver_version | driver version |
Definition at line 28 of file c_version.c.
References db__set_protocol_fds(), db_init_string(), DB_OK, DB_PROC_VERSION, DB_RECV_RETURN_CODE, DB_RECV_STRING, db_set_string(), DB_START_PROCEDURE_CALL, and DB_VERSION.