database_graphical (1)
.img-list { margin: 0; padding: 0; list-style-type: none; } .img-list li { padding: 5px; overflow: auto; } .img-list li:hover { background-color: #eee; } .img-list li a { color: initial; text-decoration: none; display: block; } .img-list li img { width: 10%; float: left; margin: 0 15px 0 0; background: white; object-fit: scale-down; } .img-list li img.default-img { max-height: 5ex; } .img-list li .desc { margin: 0px; } .img-list li .name { margin: 5px; display: block; color: #409940; font-weight: bold; font-style: italic; }
Graphical index of GRASS GIS modules
Go to database introduction | topics
Database modules:
o db.columns List all columns for a given table.
o db.connect Prints/sets general DB connection for current mapset.
o db.copy Copy a table.
o db.createdb Creates an empty database.
o db.databases Lists all databases for a given driver and location.
o db.describe Describes a table in detail.
o db.drivers Lists all database drivers.
o db.dropcolumn Drops a column from selected attribute table.
o db.dropdb Removes an existing database.
o db.droptable Drops an attribute table.
o db.execute Executes any SQL statement.
o db.in.ogr Imports attribute tables in various formats.
o db.login Sets user/password for DB driver/database.
o db.out.ogr Exports attribute tables into various formats.
o db.select Selects data from attribute table.
o db.tables Lists all tables for a given database.
o db.test Test database driver, database must exist and set by db.connect.
o db.univar Calculates univariate statistics on selected table column.
Main index | Topics index | Keywords index | Graphical index | Full index
2003-2017 GRASS Development Team, GRASS GIS 7.2.1 Reference Manual