/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/Model/table.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/Model/table.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 764 by jonathan, Wed Apr 9 10:09:15 2003 UTC revision 765 by bh, Tue Apr 29 12:42:14 2003 UTC
# Line 24  dbflib_fieldtypes = {dbflib.FTString: FI Line 24  dbflib_fieldtypes = {dbflib.FTString: FI
24                       dbflib.FTInteger: FIELDTYPE_INT,                       dbflib.FTInteger: FIELDTYPE_INT,
25                       dbflib.FTDouble: FIELDTYPE_DOUBLE}                       dbflib.FTDouble: FIELDTYPE_DOUBLE}
26    
27  class Table:  class DBFTable:
28    
29      """      """
30      Represent a table of data.      Table interface for the data in a DBF file
   
     Currently this is basically just a wrapper around dbflib.  
31      """      """
32    
33      # Implementation strategy regarding writing to a DBF file:      # Implementation strategy regarding writing to a DBF file:
# Line 172  class Table: Line 170  class Table:
170          self.dbf.write_record(record, values)          self.dbf.write_record(record, values)
171          self.dbf.commit()          self.dbf.commit()
172    
173    
174    
175    # Temporary backwards compatibility
176    Table = DBFTable

Legend:
Removed from v.764  
changed lines
  Added in v.765

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26