1v.db.droptable(1) Grass User's Manual v.db.droptable(1)
2
3
4
6 v.db.droptable - removes existing attribute table of a vector map
7
9 vector, database, attribute table
10
12 v.db.droptable
13 v.db.droptable help
14 v.db.droptable [-f] map=string [table=string] [layer=integer]
15
16 Flags:
17 -f force removal (don't ask)
18
19 Parameters:
20 map=string
21 vector map from which to remove attribute table
22
23 table=string
24 name of existing attribute table (default: vector map name)
25
26 layer=integer
27 Layer from which to drop linked attribute table Default: 1
28
30 v.db.droptable removes an existing attribute table from a given vector
31 map linked at given layer.
32
34 v.db.droptable is a front-end to db.execute to allow easier usage. The
35 existing database connection(s) can be verified with v.db.connect.
36
38 Removing attribute table connected to layer 2:
39
40 v.db.droptable sentiero_brenta_points layer=2
41 v.db.connect -p sentiero_brenta_points
42
43
45 db.execute, v.db.addcol, v.db.connect, v.db.droptable, v.db.select,
46 v.db.update
47
49 Markus Neteler
50
51 Last changed: $Date: 2005/12/10 18:06:10 $
52
53 Full index
54
55
56
57GRASS 6.2.2 v.db.droptable(1)