mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
4 lines
302 B
Text
4 lines
302 B
Text
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.
|