diff options
author | hq <hq@FreeBSD.org> | 2006-02-16 23:45:51 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2006-02-16 23:45:51 +0800 |
commit | e47a98251e1222a9760f29b1bd2f6821bf5708da (patch) | |
tree | c16b75a39ceb2e63e3172b06d7a2698fe2a95903 /databases/Makefile | |
parent | 31090bf14c59f5dfee320f67b1da905309c18138 (diff) | |
download | freebsd-ports-gnome-e47a98251e1222a9760f29b1bd2f6821bf5708da.tar.gz freebsd-ports-gnome-e47a98251e1222a9760f29b1bd2f6821bf5708da.tar.zst freebsd-ports-gnome-e47a98251e1222a9760f29b1bd2f6821bf5708da.zip |
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.
WWW: http://jakarta.apache.org/commons/dbutils/
PR: 93324
Submitted by: Michael Winking <mwfp@foldl.net>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 881ce61c43f7..f9dcde865388 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -71,6 +71,7 @@ SUBDIR += ip4r SUBDIR += ipa_sdb SUBDIR += isql-viewer + SUBDIR += jakarta-commons-dbutils SUBDIR += jasperreports SUBDIR += java-sqlrelay SUBDIR += jdb |