Pārlūkot izejas kodu

Add CREATE_TAB string

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54588 15284696-431f-4ddb-bdfa-cd5b030d7da7
Pietro Zambelli 12 gadi atpakaļ
vecāks
revīzija
eca1174424
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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};"