GRASS GIS 5.7 Reference Manual

This reference manual details the use of modules distributed with Geographic Resources Analysis Support System (GRASS), an open source (GNU GPL'ed), image processing and geographic information system (GIS).

database commands:
db.columns list all columns for a given table.
db.connect Connect to the database through DBMI.
db.copy Copy a table. Either 'from_table' (optionaly with 'where') can be used or 'select' option, but not 'from_table' and 'select' at the same time.
db.describe Describe a table (in detail).
db.drivers List all database drivers.
db.droptable Remove a table from database.
db.execute Execute any SQL statement.
db.select Select data from database.
db.tables List all tables for a given database.
db.test


Help Index | Full Index
© 2003-2004 GRASS Development Team