table of contents
- trixie 8.4.1-1
- testing 8.4.2-1
- unstable 8.4.2-1
- experimental 8.5.0~rc1-1~exp1
| db.tables(1grass) | GRASS User's Manual | db.tables(1grass) |
NAME¶
db.tables - Lists all tables for a given database.
KEYWORDS¶
database, attribute table
SYNOPSIS¶
db.tables
db.tables --help
db.tables [-ps] [driver=name]
[database=name] [--help] [--verbose]
[--quiet] [--ui]
Flags:¶
Parameters:¶
- driver=name
-
Name of database driver
Options: dbf, mysql, odbc, ogr, pg, sqlite
Default: sqlite - database=name
-
Name of database
Default: $GISDBASE/$LOCATION_NAME/$MAPSET/sqlite/sqlite.db
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 specified each time.
EXAMPLES¶
List all tables if database connection is already set¶
db.tables -p
List all DBF tables¶
db.tables driver=dbf database=/grassdata/nc_spm_08/user1/PERMANENT/dbf
List all tables in SQLite database (note that this is the default setting)¶
db.tables -p driver=sqlite database=’$GISDBASE/$LOCATION_NAME/$MAPSET/sqlite/sqlite.db’
SEE ALSO¶
db.columns, db.droptable, db.login, db.execute, GRASS SQL interface
AUTHOR¶
Unknown
SOURCE CODE¶
Available at: db.tables source code (history)
Latest change: Saturday Mar 01 15:13:00 2025 in commit: 45f0c946963404fa7769228aaa95f2202cff977e
Main index | Database index | Topics index | Keywords index | Graphical index | Full index
© 2003-2026 GRASS Development Team, GRASS 8.5.0RC1 Reference Manual
| GRASS 8.5.0RC1 |