GRASS Programmer's Manual  6.4.4(2014)-r
db.py File Reference

Go to the source code of this file.

Namespaces

 python.db
 
 grass.script.db
 GRASS Python scripting module (database functions)
 

Functions

def python.db.db_describe (table, args)
 Return the list of columns for a database table (interface to `db.describe -c'). More...
 
def python.db.db_connection ()
 Return the current database connection parameters (interface to `db.connect -p'). More...
 
def python.db.db_select (sql=None, filename=None, table=None, args)
 Perform SQL select statement. More...