GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-535c39c9fc
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. More...
 

Detailed Description

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

(C) 1999-2009, 2011 by the GRASS Development Team

This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.

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()