Package | Description |
---|---|
org.apache.commons.dbutils |
DbUtils is a small set of classes designed to make working with JDBC easier.
|
org.apache.commons.dbutils.wrappers |
Wrappers that add functionality to java.sql classes.
|
Modifier and Type | Field and Description |
---|---|
private static ProxyFactory |
ProxyFactory.instance
The Singleton instance of this class.
|
Modifier and Type | Method and Description |
---|---|
static ProxyFactory |
ProxyFactory.instance()
Returns the Singleton instance of this class.
|
Modifier and Type | Field and Description |
---|---|
private static ProxyFactory |
StringTrimmedResultSet.factory
The factory to create proxies with.
|
private static ProxyFactory |
SqlNullCheckedResultSet.factory
The factory to create proxies with.
|