|
GRASS Programmer's Manual
6.4.2(2012)
|
Go to the source code of this file.
Namespaces | |
| namespace | python.db |
| namespace | 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'). | |
| def | python.db.db_connection |
| Return the current database connection parameters (interface to `db.connect -p'). | |
| def | python.db.db_select |
| Perform SQL select statement. | |