MCPcopy Create free account

hub / github.com/LindsayBradford/go-dbf / types & classes

Types & classes20 in github.com/LindsayBradford/go-dbf

TypeAliasDbaseDataType
DbaseDataType is dBase data type, as per https://www.dbase.com/Knowledgebase/INT/db7_file_fmt.htm, under heading "Storage of dBASE Data Types".
godbf/field.go:37
StructDbfTable
DbfTable is an in-memory container for dbase formatted data, and state that helps manage that data.
godbf/table.go:28
StructFieldDescriptor
FieldDescriptor describes one field/column in a DbfTable as per https://www.dbase.com/Knowledgebase/INT/db7_file_fmt.htm, Heading 1.2.
godbf/field.go:4
StructcreateErrorFileSystem
godbf/io_test.go:274
StructcreatePanicFileSystem
godbf/io_test.go:300
StructdateOfLastUpdate
dateOfLastUpdate holds the date of last update; in YYMMDD format where each is stored in a single byte, as per dBase. A consequence of this is that th
godbf/table.go:87
StructdbaseData
dbaseData stores dBase file information in byte-arrays, for convnient saving and loading dBase compatible files. For reference: https://en.wikipedia.o
godbf/table.go:37
StructencodingSupport
encoding provides text encoding support for DbfTable
godbf/table.go:168
Interfacefile
godbf/helpers.go:29
InterfacefileSystem
https://talks.golang.org/2012/10things.slide#8
godbf/helpers.go:14
Structheader
dbase file header information
godbf/table.go:44
StructimageCache
imageCache keeps a dbase table in memory as its byte array encoding
godbf/table.go:181
StructopenErrorFileSystem
godbf/io_test.go:230
StructosFileSystem
osFileSystem implements fileSystem using the local disk.
godbf/helpers.go:21
FuncTypereaderFunction
func(r io.Reader, buf []byte) (int, error)
godbf/helpers.go:8
Structrecord
godbf/table.go:145
TypeAliasrecords
godbf/table.go:143
StructschemaLockable
schemaLockable permits or denys updates to the database field-definitions. You can only add new records when the schema has become locked.
godbf/table.go:163
StructstatErrorFileSystem
godbf/io_test.go:248
StructtableManagement
tableManagement is an aggregate of structs and their methods that are not part of the dBase file standard, but nevertheless useful in managing an in-m
godbf/table.go:152