|
GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
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 |
| 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 |
| Perform SQL select statement. More... | |