This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Assuming that you have proper MySQL JDBC driver: | |
How to use this class? | |
1. Create new object | |
DBHelper db = new DBHelper(); | |
2. Open connection | |
db.open(); | |
3. Call corresponding method | |
db.test(); |