Constructor with raw data Note: data will be copied inside the class
Constructor with file paths
Constructor with file path without its extension. It will try to open the dbf and ftp files.
Alias for getVariable
Type of a stored variable
Remove a variable
Remove a variable
Get variable information using its index
Search and return variable information
Search and return variable information
Search and return the index of a variable
Search and return the index of a variable
Get the variable value at index Note: Can be used to retrieve deleted variable values.
Search and return the value of a variable
Search and return the value of a variable
Iterate over all variables (both active and deleted) Note: You need to check Variable.deleted value.
Returns a tuple with dbf and fpt raw data (accessible with .dbf and .fpt) Warning: Does not serialize cdx file
Set the value of an existing variable using its index.
Set / create a variable with its value
Number of variables (both active an deleted) stored in the database
Representation of a stored variable
Convert a BiowareDB.VarType into the associated native type
Bioware database (in FoxPro format, ie dbf, cdx and ftp files)