rhsu / 2Do

0 stars 0 forks source link

Create MySql DataLayer #24

Open rhsu opened 9 years ago

rhsu commented 9 years ago
  1. This should be called MySQLDataWrapper
  2. It should be responsible for the Connection, CallableStatement, and returning an object that wraps ResultSet.
  3. At the end of each execution, it should also be responsible for closing the connection.