1database_graphical(1)         Grass User's Manual        database_graphical(1)
2
3
4
5.img-list  {  margin:  0;  padding: 0; list-style-type: none; } .img-list li {
6padding: 5px; overflow: auto; } .img-list li:hover { background-color: #eee; }
7.img-list  li  a  {  color:  initial; text-decoration: none; display: block; }
8.img-list li img { width: 10%; float: left; margin: 0 15px  0  0;  background:
9white;  object-fit:  scale-down;  } .img-list li img.default-img { max-height:
105ex; } .img-list li .desc { margin: 0px; } .img-list li .name {  margin:  5px;
11display: block; color: #409940; font-weight: bold; font-style: italic; }
12

Graphical index of GRASS GIS modules

14       Go to database introduction | topics
15
16   Database modules:
17           ·   db.columns List all columns for a given table.
18
19           ·   db.connect   Prints/sets  general  DB  connection  for  current
20               mapset.
21
22           ·   db.copy Copy a table.
23
24
25           ·   db.createdb Creates an empty database.
26
27           ·   db.databases Lists all databases for a given driver  and  loca‐
28               tion.
29
30           ·   db.describe Describes a table in detail.
31
32           ·   db.drivers Lists all database drivers.
33
34           ·   db.dropcolumn Drops a column from selected attribute table.
35
36           ·   db.dropdb Removes an existing database.
37
38           ·   db.droptable Drops an attribute table.
39
40           ·   db.execute Executes any SQL statement.
41
42
43           ·   db.in.ogr Imports attribute tables in various formats.
44
45           ·   db.login Sets user/password for DB driver/database.
46
47           ·   db.out.ogr Exports attribute tables into various formats.
48
49           ·   db.select Selects data from attribute table.
50
51
52           ·   db.tables Lists all tables for a given database.
53
54           ·   db.test  Test  database  driver, database must exist and set by
55               db.connect.
56
57           ·   db.univar Calculates univariate statistics  on  selected  table
58               column.
59
60       Main  index  |  Topics  index | Keywords index | Graphical index | Full
61       index
62
63       © 2003-2019 GRASS Development Team, GRASS GIS 7.8.2 Reference Manual
64
65
66
67GRASS 7.8.2                                              database_graphical(1)
Impressum