|
_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 = ' dBase IV w/memos (non-functional) '
returns the dbf type of the table
|
|
_versionabbr = ' db4 '
|
|
_memoext = ' .dbt '
|
|
_memotypes = ( ' G ' , ' M ' , ' P ' )
|
|
_yesMemoMask = ' \x8b '
|
|
_noMemoMask = ' \x04 '
|
|
_fixed_fields = ( ' B ' , ' D ' , ' G ' , ' I ' , ' L ' , ' M ' , ' P ' , ' T ' , ' Y ' )
|
|
_variable_fields = ( ' C ' , ' F ' , ' N ' )
|
|
_binary_fields = ( ' G ' , ' P ' )
|
|
_character_fields = ( ' C ' , ' M ' )
|
|
_decimal_fields = ( ' F ' , ' N ' )
|
|
_numeric_fields = ( ' B ' , ' F ' , ' I ' , ' N ' , ' Y ' )
|
|
_currency_fields = ( ' Y ' )
|
|
_supported_tables = ( ' \x04 ' , ' \x8b ' )
|
|
_dbfTableHeader = ' \x8b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 ...
|
|
_dbfTableHeaderExtra = ''
|
Inherited from Table :
backup
Inherited from Table (private):
_binary_types ,
_character_types ,
_currency_types ,
_date_types ,
_datetime_types ,
_decimal_types ,
_fixed_types ,
_logical_types ,
_max_fields ,
_max_records ,
_memo_types ,
_numeric_types ,
_pack_count ,
_variable_types ,
_version
|