Package | Description |
---|---|
org.apache.commons.dbutils |
DbUtils is a small set of classes designed to make working with JDBC easier.
|
Modifier and Type | Method and Description |
---|---|
StatementConfiguration |
StatementConfiguration.Builder.build() |
Constructor and Description |
---|
AbstractQueryRunner(DataSource ds,
boolean pmdKnownBroken,
StatementConfiguration stmtConfig)
Constructor for QueryRunner that takes a
DataSource , a StatementConfiguration , and
controls the use of ParameterMetaData . |
AbstractQueryRunner(DataSource ds,
StatementConfiguration stmtConfig)
Constructor for QueryRunner that takes a
DataSource to use and a StatementConfiguration . |
AbstractQueryRunner(StatementConfiguration stmtConfig)
Constructor for QueryRunner that takes a
StatementConfiguration to configure statements when
preparing them. |
QueryRunner(DataSource ds,
boolean pmdKnownBroken,
StatementConfiguration stmtConfig)
Constructor for QueryRunner that takes a
DataSource , a StatementConfiguration , and
controls the use of ParameterMetaData . |
QueryRunner(DataSource ds,
StatementConfiguration stmtConfig)
Constructor for QueryRunner that takes a
DataSource to use and a StatementConfiguration . |
QueryRunner(StatementConfiguration stmtConfig)
Constructor for QueryRunner that takes a
StatementConfiguration to configure statements when
preparing them. |
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.