GRASS 8 Programmer's Manual 8.6.0dev(2026)-8843f13794
Loading...
Searching...
No Matches
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 chardb_sqltype_name (int sqltype)
 Get SQL data type description.
 

Detailed Description

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

Function Documentation

◆ db_sqltype_name()