Uses of Class
org.apache.commons.dbutils.StatementConfiguration
Packages that use StatementConfiguration
Package
Description
DbUtils is a small set of classes designed to make working with JDBC easier.
-
Uses of StatementConfiguration in org.apache.commons.dbutils
Methods in org.apache.commons.dbutils that return StatementConfigurationConstructors in org.apache.commons.dbutils with parameters of type StatementConfigurationModifierConstructorDescriptionAbstractQueryRunner
(DataSource ds, boolean pmdKnownBroken, StatementConfiguration stmtConfig) Constructor for QueryRunner that takes aDataSource
, aStatementConfiguration
, and controls the use ofParameterMetaData
.AbstractQueryRunner
(DataSource ds, StatementConfiguration stmtConfig) Constructor for QueryRunner that takes aDataSource
to use and aStatementConfiguration
.AbstractQueryRunner
(StatementConfiguration stmtConfig) Constructor for QueryRunner that takes aStatementConfiguration
to configure statements when preparing them.QueryRunner
(DataSource ds, boolean pmdKnownBroken, StatementConfiguration stmtConfig) Constructor for QueryRunner that takes aDataSource
, aStatementConfiguration
, and controls the use ofParameterMetaData
.QueryRunner
(DataSource ds, StatementConfiguration stmtConfig) Constructor for QueryRunner that takes aDataSource
to use and aStatementConfiguration
.QueryRunner
(StatementConfiguration stmtConfig) Constructor for QueryRunner that takes aStatementConfiguration
to configure statements when preparing them.