|
GRASS Programmer's Manual
6.4.2(2012)
|
Data Structures | |
| class | VectorDBInfo |
| Class providing information about attribute tables linked to the vector map. More... | |
Functions | |
| def | unicodeValue |
| Encode value. | |
| def | createDbInfoDesc |
| Create database connection information content. | |
@package dbm_base.py @brief Support classes for dbm.py List of classes: - VectorDBInfo (C) 2007-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 Martin Landa <landa.martin gmail.com>
| def gui_modules.dbm_base.createDbInfoDesc | ( | panel, | |
| mapDBInfo, | |||
| layer | |||
| ) |
Create database connection information content.
Definition at line 47 of file dbm_base.py.
| def gui_modules.dbm_base.unicodeValue | ( | value | ) |
Encode value.
Definition at line 29 of file dbm_base.py.
References gui_modules.psmap_dialogs.type.
Referenced by gui_modules.dbm_base.VectorDBInfo.SelectByPoint(), and gui_modules.dbm_base.VectorDBInfo.SelectFromTable().