Welcome | Get started | Dive into Lino | Contribute | Reference | More
lino.utils.dbfreader¶
What's the format of a Clipper .dbf file? http://www.the-oasis.net/clipper-12.html#ss12.4
http://www.clicketyclick.dk/databases/xbase/format/
Functions
|
|
|
|
|
|
|
|
|
|
|
|
|
Classes
|
Represents a field in a DBF file. |
|
Represents a single DBF file. |
|
|
|
|
|
Represents a DBT block file |
|
Represents an FPT block file |
|
- class lino.utils.dbfreader.DBFFile(filename, codepage=None)¶
Bases:
object
Represents a single DBF file.
- class lino.utils.dbfreader.DBFField(buf, dbf)¶
Bases:
object
Represents a field in a DBF file.
- class lino.utils.dbfreader.FPTFile(dbf)¶
Bases:
object
Represents an FPT block file
- class lino.utils.dbfreader.DBTFile(dbf)¶
Bases:
object
Represents a DBT block file