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 =
|
|||
_versionabbr =
|
|||
_memoext = '.dbt'
|
|||
_yesMemoMask = '\x80'
|
|||
_noMemoMask = '\x7f'
|
|||
_binary_types = ()
|
|||
_character_types = 'C', 'M'
|
|||
_currency_types = tuple()
|
|||
_date_types = 'D',
|
|||
_datetime_types = tuple()
|
|||
_decimal_types = 'N', 'F'
|
|||
_fixed_types = 'D', 'L', 'M'
|
|||
_logical_types = 'L',
|
|||
_memo_types = 'M',
|
|||
_numeric_types = 'N', 'F'
|
|||
_variable_types = 'C', 'N'
|
|||
_dbfTableHeader = _dbfTableHeader.tostring()
|
|||
_dbfTableHeaderExtra = ''
|
|||
_supported_tables = ['\x03', '\x83']
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
Lives in the class, and on first access calls the supplied factory and maps the result into the instance it was called on
|
constructs fieldblock for disk table
|
builds the FieldList of names, types, and descriptions
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jan 14 09:14:36 2016 | http://epydoc.sourceforge.net |