Home | Trees | Indices | Help |
---|
|
object --+ | Table._TableHeader
represents the data block that defines a tables type and layout
|
|||
|
|||
|
|||
Inherited from |
|
|||
data main data structure |
|||
extra extra dbf info (located after headers, before data records) |
|||
field_count number of fields (read-only) |
|||
fields field block structure |
|||
record_count number of records (maximum 16,777,215) |
|||
record_length length of a record (read_only) (max of 65,535) |
|||
start starting position of first record in file (must be within first 64K) |
|||
update date of last table modification (read-only) |
|||
version dbf version |
|||
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
datamain data structure
|
extraextra dbf info (located after headers, before data records)
|
field_countnumber of fields (read-only)
|
fieldsfield block structure
|
record_countnumber of records (maximum 16,777,215)
|
record_lengthlength of a record (read_only) (max of 65,535)
|
startstarting position of first record in file (must be within first 64K)
|
updatedate of last table modification (read-only)
|
versiondbf version
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jan 14 09:14:36 2016 | http://epydoc.sourceforge.net |