commons-dbutils-1.4.jar - Apache Commons DbUtils

Q

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.

JAR File Size and Download Location:

File name: commons-dbutils.jar, commons-dbutils-1.4.jar
File size: 49572 bytes
Date modified: 19-Oct-2011
Download: Apache Commons DbUtils

✍: FYIcenter.com

A

Manifest of the JAR:

Archiver-Version: Plexus Archiver
Built-By: simonetripodi
Build-Jdk: 1.6.0_26
Implementation-Build: tags/DBUTILS_1_4_RC3@r1186443; 2011-10-19 22:11:16+0200
Implementation-Title: Commons DbUtils
Implementation-Vendor: The Apache Software Foundation
Implementation-Vendor-Id: org.apache
Implementation-Version: 1.4
Specification-Title: Commons DbUtils
Specification-Vendor: The Apache Software Foundation
Specification-Version: 1.4
X-Compile-Source-JDK: 1.5
X-Compile-Target-JDK: 1.5
Tool: Bnd-1.43.0
Bundle-Name: Commons DbUtils
Bundle-Vendor: The Apache Software Foundation
Bundle-Version: 1.4.0
Bnd-LastModified: 1319055085344
Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: The Apache Commons-DbUtils package 
   is a set of Java utility classes for easing JDBC development.
Import-Package: javax.sql
Bundle-DocURL: http://commons.apache.org/dbutils/
Include-Resource: META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt=NOTICE.txt
Bundle-SymbolicName: org.apache.commons.dbutils

List of Classes in the JAR:

org/apache/commons/dbutils/AbstractQueryRunner
org/apache/commons/dbutils/AsyncQueryRunner
org/apache/commons/dbutils/BasicRowProcessor
org/apache/commons/dbutils/BeanProcessor
org/apache/commons/dbutils/DbUtils
org/apache/commons/dbutils/ProxyFactory
org/apache/commons/dbutils/QueryLoader
org/apache/commons/dbutils/QueryRunner
org/apache/commons/dbutils/ResultSetHandler
org/apache/commons/dbutils/ResultSetIterator
org/apache/commons/dbutils/RowProcessor
org/apache/commons/dbutils/handlers/AbstractKeyedHandler
org/apache/commons/dbutils/handlers/AbstractListHandler
org/apache/commons/dbutils/handlers/ArrayHandler
org/apache/commons/dbutils/handlers/ArrayListHandler
org/apache/commons/dbutils/handlers/BeanHandler
org/apache/commons/dbutils/handlers/BeanListHandler
org/apache/commons/dbutils/handlers/ColumnListHandler
org/apache/commons/dbutils/handlers/KeyedHandler
org/apache/commons/dbutils/handlers/MapHandler
org/apache/commons/dbutils/handlers/MapListHandler
org/apache/commons/dbutils/handlers/ScalarHandler
org/apache/commons/dbutils/wrappers/SqlNullCheckedResultSet
org/apache/commons/dbutils/wrappers/StringTrimmedResultSet

2012-04-03, 12215🔥, 0💬