Ver código fonte

Add CREATE_TAB string

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54588 15284696-431f-4ddb-bdfa-cd5b030d7da7
Pietro Zambelli 12 anos atrás
pai
commit
eca1174424
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      lib/python/pygrass/vector/sql.py

+ 1 - 0
lib/python/pygrass/vector/sql.py

@@ -17,6 +17,7 @@ It is a collection of strings to avoid to repeat the code. ::
 #
 # SQL
 #
+CREATE_TAB = "CREATE TABLE {tname}({coldef})"
 
 #ALTER TABLE
 ADD_COL = "ALTER TABLE {tname} ADD COLUMN {cname} {ctype};"