Home | Trees | Indices | Help |
---|
|
object --+ | _Navigation --+ | Table --+ | FpTable
Provides an interface for working with FoxPro 2 tables
|
|||
_memoClass Visual Foxpro 6 specific |
|||
Inherited from |
|
|||
|
|||
|
|
|||
_version = 'Foxpro'
|
|||
_versionabbr = 'fp'
|
|||
_memoext = '.fpt'
|
|||
_yesMemoMask = 0xf5
|
|||
_noMemoMask = 0x03
|
|||
_binary_types = GENERAL, MEMO, PICTURE
|
|||
_character_types = CHAR, DATE, FLOAT, LOGICAL, MEMO, NUMERIC
|
|||
_currency_types = tuple()
|
|||
_date_types = DATE,
|
|||
_datetime_types = tuple()
|
|||
_fixed_types = DATE, GENERAL, LOGICAL, MEMO, PICTURE
|
|||
_logical_types = LOGICAL,
|
|||
_memo_types = GENERAL, MEMO, PICTURE
|
|||
_numeric_types = FLOAT, NUMERIC
|
|||
_text_types = CHAR, MEMO
|
|||
_variable_types = CHAR, FLOAT, NUMERIC
|
|||
_supported_tables = 0x03, 0xf5
|
|||
_dbfTableHeader = _dbfTableHeader.tobytes()
|
|||
_dbfTableHeaderExtra = b'\x00'* 263
|
|||
Inherited from Inherited from |
|
|||
|
|
checks memo file for problems
|
builds the FieldList of names, types, and descriptions
|
Returns a group of three bytes, in integer form, of the date
|
Returns a Date() of the packed three-byte date passed in
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Jan 28 03:11:17 2022 | http://epydoc.sourceforge.net |