Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
jakarta-commons-dbutils: JDBC Utility Component
- Summary
- DbUtils is a small set of classes designed to make working with JDBC
easier. JDBC resource cleanup code is mundane, error prone work so
these classes abstract out all of the cleanup tasks from your code
leaving you with what you really wanted to do with JDBC in the first
place: query and update data.
Changelog
- * Tue Aug 24 04:00:00 2004 Randy Watler <rwatler at finali.com> - 0:1.0-2jpp
-
- Rebuild with ant-1.6.2
- * Mon Dec 15 03:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.0-1jpp
-
- First build.