|
|
_field_types()
Lives in the class, and on first access calls the supplied factory
and maps the result into the instance it was called on |
source code
|
|
|
|
|
|
Inherited from Table:
__contains__,
__enter__,
__exit__,
__getattr__,
__getitem__,
__init__,
__iter__,
__len__,
__nonzero__,
__repr__,
__str__,
add_fields,
allow_nulls,
append,
close,
create_backup,
create_index,
create_template,
delete_fields,
disallow_nulls,
field_info,
index,
new,
nullable_field,
open,
pack,
query,
reindex,
rename_field,
resize_field,
structure,
zap
Inherited from _Navigation:
bottom,
goto,
skip,
top
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|
|
|
_version = 'Visual Foxpro'
|
|
|
_versionabbr = 'vfp'
|
|
|
_memoext = '.fpt'
|
|
|
_yesMemoMask = '0'
|
|
|
_noMemoMask = '0'
|
|
|
_binary_types = ('B', 'G', 'I', 'P', 'T', 'Y')
|
|
|
_character_types = 'C', 'D', 'F', 'L', 'M', 'N'
|
|
|
_currency_types = ('Y')
|
|
|
_date_types = ('D', 'T')
|
|
|
_datetime_types = ('T')
|
|
|
_fixed_types = ('B', 'D', 'G', 'I', 'L', 'M', 'P', 'T', 'Y')
|
|
|
_logical_types = 'L',
|
|
|
_memo_types = 'G', 'M', 'P'
|
|
|
_numeric_types = ('B', 'F', 'I', 'N', 'Y')
|
|
|
_variable_types = 'C', 'F', 'N'
|
|
|
_supported_tables = ('0', '1')
|
|
|
_dbfTableHeader = _dbfTableHeader.tostring()
|
|
|
_dbfTableHeaderExtra = '\x00'* 263
|
|
Inherited from Table:
backup
|