|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
---|---|
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. |
Deprecated Fields | |
---|---|
org.apache.commons.dbutils.AbstractQueryRunner.ds
Access to this field should be through AbstractQueryRunner.getDataSource() . |
Deprecated Constructors | |
---|---|
org.apache.commons.dbutils.AsyncQueryRunner(boolean, ExecutorService)
Use AsyncQueryRunner.AsyncQueryRunner(ExecutorService, QueryRunner) instead.
Constructor for AsyncQueryRunner that controls the use of ParameterMetaData . |
|
org.apache.commons.dbutils.AsyncQueryRunner(DataSource, boolean, ExecutorService)
Use AsyncQueryRunner.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.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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |