sqlUtil is a simple library to access RDBMS. Actually is compatible with JDK 1.4 and does not depend on any specific JDBC driver.
The following SQL statement are actually implemented through specific methods:
- insert
- update
- delete
- select ** simpleSelect -- a select that returns a single value ** dynaSelect -- a select that returns a resultSet wrapped in List of DynaBeans
- executeSP -- to execute StoreProcedure
- Fork it.
- Create a branch (
git checkout -b my_sqlUtil
) - Commit your changes (
git commit -am "Added Snarkdown"
) - Push to the branch (
git push origin my_sqlUtil
) - Create an Issue with a link to your branch
- Enjoy a refreshing Diet Coke and wait