GRASS Programmer's Manual  6.4.4(2014)-r
vinfo Namespace Reference

Data Structures

class  VectorDBInfo
 Class providing information about attribute tables linked to the vector map. More...
 

Functions

def unicodeValue (value)
 Encode value. More...
 
def createDbInfoDesc (panel, mapDBInfo, layer)
 Create database connection information content. More...
 

Detailed Description

@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>

Function Documentation

def vinfo.createDbInfoDesc (   panel,
  mapDBInfo,
  layer 
)

Create database connection information content.

Definition at line 41 of file vinfo.py.

def vinfo.unicodeValue (   value)