219 |
The row_is_ordinal is ignored for DBF tables because the row id |
The row_is_ordinal is ignored for DBF tables because the row id |
220 |
is always the row number. |
is always the row number. |
221 |
""" |
""" |
222 |
return self.dbf.read_record(row)[self.column_map[col].name] |
return self.dbf.read_attribute(row, self.column_map[col].index) |
223 |
|
|
224 |
def ValueRange(self, col): |
def ValueRange(self, col): |
225 |
"""Return the minimum and maximum values of the values in the column |
"""Return the minimum and maximum values of the values in the column |