GRASS 8 Programmer's Manual 8.6.0dev(2026)-d2adb3a889
Loading...
Searching...
No Matches
sqlCtype.c File Reference

DBMI Library (base) - SQL data type to C data type. More...

#include <grass/dbmi.h>
Include dependency graph for sqlCtype.c:

Go to the source code of this file.

Functions

int db_sqltype_to_Ctype (int sqltype)
 Get C data type based on given SQL data type.
 

Detailed Description

DBMI Library (base) - SQL data type to C data type.

SPDX-FileCopyrightText: 1999-2009, 2011 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later

Author
Joel Jones (CERL/UIUC), Radim Blazek
Doxygenized by Martin Landa <landa.martin gmail.com> (2011)

Definition in file sqlCtype.c.

Function Documentation

◆ db_sqltype_to_Ctype()