BiowareDB.this - multiple declarations
Function BiowareDB.this
Constructor with raw data
this
(
in const(ubyte[]) dbfData,
in const(ubyte[]) cdxData,
in const(ubyte[]) fptData,
bool buildIndex = true
);
Note
data will be copied inside the class
Function BiowareDB.this
Constructor with file paths
this
(
in const(string) dbfPath,
in const(string) cdxPath,
in const(string) fptPath,
bool buildIndex = true
);
Function BiowareDB.this
Constructor with file path without its extension. It will try to open the dbf and ftp files.
this
(
in const(string) dbFilesPath,
bool buildIndex = true
);