Valkovski / example

0 stars 0 forks source link

Created a DB connection and querying tools #11

Open PavloBida opened 6 years ago

PavloBida commented 6 years ago

Connector.java - is used only to establish and close connections to the database DatabaseHelper.java - is used to execute queries and retrieve query results Database.java - is an object that represents a database, specifying its' name, type, url, username and password DBEnum.java - is used to explicitly specify the DB engine to avoid inconsistencies DBConnectionTest.java - is just for proof of concept and to show a usage example of classes above