| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
_Navigation --+
|
Table --+
|
Db3Table --+
|
ClpTable
Provides an interface for working with Clipper tables.
|
|||
|
_memoClass dBase III specific |
|||
|
_TableHeader represents the data block that defines a tables type and layout |
|||
|
|||
|
Inherited from |
|||
|
|||
_version = 'Clipper 5'
|
|||
_versionabbr = 'clp'
|
|||
_memoext = '.dbt'
|
|||
_yesMemoMask = 0x80
|
|||
_noMemoMask = 0x7f
|
|||
_binary_types = ()
|
|||
_character_types = CHAR, MEMO
|
|||
_currency_types = tuple()
|
|||
_date_types = DATE,
|
|||
_datetime_types = tuple()
|
|||
_decimal_types = NUMERIC, FLOAT
|
|||
_fixed_types = DATE, LOGICAL, MEMO
|
|||
_logical_types = LOGICAL,
|
|||
_memo_types = MEMO,
|
|||
_numeric_types = NUMERIC, FLOAT
|
|||
_variable_types = CHAR, NUMERIC, FLOAT
|
|||
_dbfTableHeader = _dbfTableHeader.tobytes()
|
|||
_dbfTableHeaderExtra = b''
|
|||
_supported_tables = 0x03, 0x83
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|||
|
constructs fieldblock for disk table
|
builds the FieldList of names, types, and descriptions
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Nov 4 21:20:42 2015 | http://epydoc.sourceforge.net |