the username of the PDA
Returns true
if there is a database in the filesystem which matches the
supplied database name for the supplied user.
the name of the database to retrieve
Returns an array of databases which were previously backed-up for the supplied user.
Generates/retrieves a UInt32 that will be stored in the PDA to identify this computer.
A UInt32 that roughly uniquely identifies a computer
Returns an array of databases which should be installed in the PDA for the supplied user.
Read/retrieve a database from the filesystem which was previously written
using the writeDatabaseToStorage()
or any other method for the supplied user.
the name of the database to retrieve
Removes the provided database from the install list for that user, should be called after installation of said database is done.
the database to be removed
the precise filename of the database archive
Returns true
if the requestedUserName was used in the createUsernameInStorage()
function
in the past and may have data in this computer.
the username of the PDA
Writes the database in the filesystem for persistance for the supplied user.
the database to be written
Creates the file system structure to hold database data for the username provided, may also create identification files regarding the specific PDA used.