GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/time.h>
#include <sys/types.h>
#include <tcl.h>
#include <tk.h>
#include <locale.h>
#include <grass/gis.h>
#include <grass/dbmi.h>
#include <grass/form.h>
Go to the source code of this file.
Data Structures | |
struct | COLUMN |
Functions | |
int | reset_values (ClientData cdata, Tcl_Interp *interp, int argc, char *argv[]) |
int | set_value (ClientData cdata, Tcl_Interp *interp, int argc, char *argv[]) |
int | submit (ClientData cdata, Tcl_Interp *interp, int argc, char *argv[]) |
int | Tcl_AppInit (Tcl_Interp *interp) |
int | main (int argc, char *argv[]) |
Definition at line 304 of file form.c.
References G_debug(), and Tcl_AppInit().
Definition at line 44 of file form.c.
References COLUMN, G_debug(), G_store(), COLUMN::name, and COLUMN::value.
Referenced by Tcl_AppInit().
Definition at line 76 of file form.c.
References buf, COLUMN::ctype, db_append_string(), db_close_database(), db_describe_table(), db_double_quote_string(), db_execute_immediate(), db_get_column_name(), db_get_column_sqltype(), db_get_error_msg(), db_get_string(), db_get_table_column(), db_get_table_number_of_columns(), db_init_handle(), db_init_string(), db_open_database(), db_set_handle(), db_set_string(), db_shutdown_driver(), db_sqltype_to_Ctype(), db_start_driver(), driver, first, G__getenv(), G_debug(), G_setenv(), G_strcasecmp(), G_warning(), render::name, NULL, sprintf(), and value.
Referenced by Tcl_AppInit().
int Tcl_AppInit | ( | Tcl_Interp * | interp | ) |
Definition at line 270 of file form.c.
References NULL, reset_values(), set_value(), and submit().
Referenced by main().