GRASS logo

NAME

db.tables.exe - List all tables for a given database.

KEYWORDS

database, SQL

SYNOPSIS

db.tables.exe
db.tables.exe help
db.tables.exe [-ps] [driver=string] [database=string] [--verbose] [--quiet]

Flags:

-p
print tables and exit
-s
system tables instead of user tables
--verbose
Verbose module output
--quiet
Quiet module output

Parameters:

driver=string
driver name
Options: dbf,ogr,pg
database=string
database name

DESCRIPTION

db.tables lists all tables for a given database.

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.

EXAMPLES

List all tables if database connection is already set
db.tables -p

List all tables of existing dbf database

db.tables driver=dbf database=/home/user/grassdata/fire/PERMANENT/dbf

SEE ALSO

db.columns, db.droptable, db.login, db.execute, GRASS SQL interface

AUTHOR

?

Last changed: $Date: 2005/12/10 17:49:50 $


Main index - database index - Full index