other versions
- wheezy 6.4.2-2
- jessie 6.4.4-1
- testing 7.2.0-2
- unstable 7.2.0-2
- experimental 7.2.1-1~exp1
| db.describe(1grass) | Grass User's Manual | db.describe(1grass) |
NAME¶
db.describe - Describes a table in detail.KEYWORDS¶
database, attribute tableSYNOPSIS¶
db.describeFlags:¶
- -c
-
Print column names only instead of full column descriptions
- -t
-
Print table structure
- --verbose
-
Verbose module output
- --quiet
-
Quiet module output
Parameters:¶
- table=name
-
Table name
- driver=name
-
Driver nameOptions: pg,dbf,ogr,odbc,mysql,sqliteDefault: dbf
- database=name
-
Database nameDefault: $GISDBASE/$LOCATION_NAME/$MAPSET/dbf/
DESCRIPTION¶
db.describe displays table information. If parameter -c is used only column names instead of full column descriptions is given.NOTE¶
If parameters for database connection are already set with db.connect, they are taken as default values and do not need to be spcified each time.EXAMPLE¶
driver=dbf
driver=dbf
SEE ALSO¶
db.columns, db.droptable, db.execute, db.login, db.tables, GRASS SQL interfaceAUTHOR¶
Radim Blazek, ITC-Irst, Trento, Italy Last changed: $Date: 2011-11-08 10:42:51 +0100 (Tue, 08 Nov 2011) $ Full index © 2003-2011 GRASS Development Team| GRASS 6.4.2 |