GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
sqltype.c File Reference

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

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

Go to the source code of this file.

Functions

const char * db_sqltype_name (int sqltype)
 Get SQL data type description. More...
 

Detailed Description

DBMI Library (base) - SQL 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 sqltype.c.

Function Documentation

◆ db_sqltype_name()