Home
Trees
Indices
Help
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
csv.Dialect
:
Describe an Excel dialect.
dbf.tables.DbfCsv
:
csv format for exporting tables
object
:
The most base type
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
dbf.exceptions.DbfError
:
Fatal errors elicit this response.
dbf.exceptions.DataOverflow
:
Data too large for field
dbf.exceptions.FieldMissing
:
Field does not exist in table
dbf.exceptions.DbfWarning
:
Normal operations elicit this response
dbf.exceptions.Bof
:
Beginning of file reached
dbf.exceptions.Eof
:
End of file reached
exceptions.StandardError
:
Base class for all standard Python exceptions that do not represent interpreter exiting.
exceptions.LookupError
:
Base class for lookup errors.
exceptions.KeyError
:
Mapping key not found.
dbf.exceptions.FieldMissing
:
Field does not exist in table
exceptions.StopIteration
:
Signal the end from iterator.next().
dbf.exceptions.Bof
:
Beginning of file reached
dbf.exceptions.Eof
:
End of file reached
dbf.dates.Date
:
adds null capable datetime.date constructs
dbf.dates.DateTime
:
adds null capable datetime.datetime constructs
dbf.tables.DbfTable.DbfIterator
:
returns records using current index
dbf.tables.DbfList
:
list of Dbf records
dbf.tables.DbfTable
:
Provides a framework for dbf style tables.
dbf.tables.Db3Table
:
Provides an interface for working with dBase III tables.
dbf.tables.VfpTable
dbf.tables._Db4Table
dbf.dates.Time
:
adds null capable datetime.time constructs
dbf.tables._DbfMemo
:
Provides access to memo fields as dictionaries must override _init, _get_memo, and _put_memo to store memo contents to disk
dbf.tables._Db3Memo
:
Provides access to memo fields as dictionaries must override _init, _get_memo, and _put_memo to store memo contents to disk
dbf.tables._VfpMemo
:
Provides access to memo fields as dictionaries must override _init, _get_memo, and _put_memo to store memo contents to disk
dbf.tables._DbfRecord
:
Provides routines to extract and save data within the fields of a dbf record.
dbf.tables._TableHeader
dict
:
dict() -> new empty dictionary.
dbf.tables._MetaData
Home
Trees
Indices
Help
Generated by Epydoc 3.0.1 on Tue Nov 03 16:26:17 2009
http://epydoc.sourceforge.net