DbUtils – JDBC Utility Component (original) (raw)

The Commons DbUtils library 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.

Some of the advantages of using DbUtils are:

Scope of the Package

DbUtils is designed to be:

DbUtils is not:

Example Usage

Please see Examples Page.

Dependencies

DbUtils is intentionally a single jar distribution and relies only on a standard Java 8 or later JRE.