GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
DBMI Library (base) - columns formatting. More...
#include <grass/dbmi.h>
Go to the source code of this file.
Functions | |
int | db_convert_Cstring_to_column_value (const char *Cstring, dbColumn *column) |
? More... | |
int | db_convert_Cstring_to_column_default_value (const char *Cstring, dbColumn *column) |
? More... | |
int | db_convert_column_value_to_string (dbColumn *column, dbString *string) |
? More... | |
int | db_convert_column_default_value_to_string (dbColumn *column, dbString *string) |
? More... | |
DBMI Library (base) - columns formatting.
(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 columnfmt.c.
?
column | pointer to dbColumn |
string | pointer to dbString |
Definition at line 79 of file columnfmt.c.
References db_convert_value_to_string(), db_get_column_default_value(), and db_get_column_sqltype().
Referenced by db_print_column_definition().
?
column | pointer to dbColumn |
string | pointer to dbString |
Definition at line 61 of file columnfmt.c.
References db_convert_value_to_string(), db_get_column_sqltype(), and db_get_column_value().
int db_convert_Cstring_to_column_default_value | ( | const char * | Cstring, |
dbColumn * | column | ||
) |
?
Cstring | string buffer |
column | pointer to dbColumn |
Definition at line 43 of file columnfmt.c.
References db_convert_Cstring_to_value(), db_get_column_default_value(), and db_get_column_sqltype().
int db_convert_Cstring_to_column_value | ( | const char * | Cstring, |
dbColumn * | column | ||
) |
?
Cstring | string buffer |
column | pointer to dbColumn |
Definition at line 25 of file columnfmt.c.
References db_convert_Cstring_to_value(), db_get_column_sqltype(), and db_get_column_value().