-
Classes Class Description org.apache.commons.dbutils.AsyncQueryRunner.BatchCallableStatement No longer used by this class. Will be removed in a future version. Class that encapsulates the continuation for batch calls.org.apache.commons.dbutils.AsyncQueryRunner.UpdateCallableStatement No longer used by this class. Will be removed in a future version. Class that encapsulates the continuation for update calls.
-
Fields Field Description org.apache.commons.dbutils.AbstractQueryRunner.ds Access to this field should be throughAbstractQueryRunner.getDataSource()
.
-
Methods Method Description org.apache.commons.dbutils.BaseResultSetHandler.getBigDecimal(int, int) org.apache.commons.dbutils.BaseResultSetHandler.getUnicodeStream(int) org.apache.commons.dbutils.BasicRowProcessor.instance() Create instances with the constructors instead. This will be removed after DbUtils 1.1.org.apache.commons.dbutils.QueryRunner.query(Connection, String, Object, ResultSetHandler<T>)
-
Constructors Constructor Description org.apache.commons.dbutils.AsyncQueryRunner(boolean, ExecutorService) UseAsyncQueryRunner(ExecutorService, QueryRunner)
instead. Constructor for AsyncQueryRunner that controls the use ofParameterMetaData
.