Class and 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.
|
Field and Description |
---|
org.apache.commons.dbutils.AbstractQueryRunner.ds
Access to this field should be through
AbstractQueryRunner.getDataSource() . |
Constructor and Description |
---|
org.apache.commons.dbutils.AsyncQueryRunner(boolean, ExecutorService)
Use
AsyncQueryRunner(ExecutorService, QueryRunner) instead.
Constructor for AsyncQueryRunner that controls the use of ParameterMetaData . |
org.apache.commons.dbutils.AsyncQueryRunner(DataSource, boolean, ExecutorService)
Use
AsyncQueryRunner(ExecutorService, QueryRunner) instead.
Constructor for AsyncQueryRunner that take a DataSource and controls the use of ParameterMetaData .
Methods that do not take a Connection parameter will retrieve connections from this
DataSource . |
org.apache.commons.dbutils.AsyncQueryRunner(DataSource, ExecutorService)
Use
AsyncQueryRunner(ExecutorService, QueryRunner) instead.
Constructor for AsyncQueryRunner that takes a DataSource .
Methods that do not take a Connection parameter will retrieve connections from this
DataSource . |
org.apache.commons.dbutils.StatementConfiguration(Integer, Integer, Integer, Integer, Integer) |
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.