Methods in banking that throw InconsistentDatabaseException |
float |
DatabaseImpl.query(int accountNumber)
Queries the database to return the balance of
an account given its number. |
void |
DatabaseImpl.update(int accountNumber,
float amount)
Updates the database to set the new amount of
an account balance given its number. |
float |
Database.query(int accountNumber)
Queries the database to return the balance of
an account given its number. |
void |
Database.update(int accountNumber,
float amount)
Updates the database to set the new amount of
an account balance given its number. |