DBFTables.RowType

Struct representing a single row or record of the DBF Table

DBFTables.TableMethod
DBFTables.Table(source) => DBFTables.Table

Read a source, a path to a file or an opened stream, to a DBFTables.Table. This type conforms to the Tables interface, so it can be easily converted to other formats. It is possible to iterate through the rows of this object, or to retrieve columns like dbf.fieldname.

Base.getpropertyMethod

Create a copy of an entire DBF column as a Vector. Usage: dbf.myfield

Base.iterateFunction

Iterate over the rows of a DBF Table, yielding a DBFTables.Row for each row

DBFTables.dbf_typeMethod

Get the DBF type code from the Julia type. Assumes Base.nonmissingtype(T) is the input.

DBFTables.isdeletedMethod

Get a BitVector which is true for rows that are marked as deleted