Uses of Class
com.atmbanksimulator.SQLite
-
Uses of SQLite in com.atmbanksimulator
Methods in com.atmbanksimulator with parameters of type SQLiteModifier and TypeMethodDescriptionBank.setUpBankAccount(String accNumber, String accPasswd, float balance, SQLite sqlite) Method to create a new BankAccount2 instance.Constructors in com.atmbanksimulator with parameters of type SQLiteModifierConstructorDescriptionBankAccount(String a, String p, float b, SQLite sqlite) Constructs aBankAccount2with the given credentials, balance, and database connection.