db.columns | List all columns for a given table. |
db.connect | Prints/sets general DB connection for current mapset. |
db.copy | Copy a table. |
db.createdb | Creates an empty database. |
db.databases | Lists all databases for a given driver and location. |
db.describe | Describes a table in detail. |
db.dropdb | Removes an existing database. |
db.execute | Executes any SQL statement. |
db.select | Selects data from attribute table. |
db.tables | Lists all tables for a given database. |
v.db.connect | Prints/sets DB connection for a vector map to attribute table. |
v.db.select | Prints vector map attributes. |
v.to.db | Populates attribute values from vector features. |
v.vect.stats | Count points in areas, calculate statistics from point attributes. |
See also the corresponding keyword attribute table for additional references.
Main index | Topics index | Keywords index | Graphical index | Full index
© 2003-2018 GRASS Development Team, GRASS GIS 7.2.3 Reference Manual