GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Data Structures | |
class | VectorDBInfo |
Class providing information about attribute tables linked to the vector map. More... | |
Functions | |
def | unicodeValue |
Encode value. More... | |
def | createDbInfoDesc |
Create database connection information content. More... | |
@package dbmgr.vinfo @brief Support classes for Database Manager List of classes: - vinfo::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 vinfo.createDbInfoDesc | ( | panel, | |
mapDBInfo, | |||
layer | |||
) |
def vinfo.unicodeValue | ( | value | ) |
Encode value.
Definition at line 28 of file vinfo.py.
References dialogs.type.
Referenced by manager.VirtualAttributeList.AddDataRow(), vinfo.VectorDBInfo.SelectByPoint(), and vinfo.VectorDBInfo.SelectFromTable().