db.tablesgrass - Online in the Cloud

This is the command db.tablesgrass that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

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:
-p
Print tables and exit

-s
System tables instead of user tables

--help
Print usage summary

--verbose
Verbose module output

--quiet
Quiet module output

--ui
Force launching GUI dialog

Parameters:
driver=name
Name of database driver
Options: mysql, odbc, sqlite, pg, ogr, dbf
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 spcified 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’

Use db.tablesgrass online using onworks.net services



Latest Linux & Windows online programs