GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
DBMI Library (base) - validate DB names. More...
Go to the source code of this file.
Functions | |
int | db_legal_tablename (const char *s) |
Check if output is legal table name. More... | |
DBMI Library (base) - validate DB names.
(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.
Definition in file legal_dbname.c.
int db_legal_tablename | ( | const char * | s | ) |
Check if output is legal table name.
Rule: [A-Za-z][A-Za-z0-9_@]*
s | table name to be checked |
Definition at line 31 of file legal_dbname.c.