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.Builder |
StatementConfiguration.Builder.fetchDirection(Integer fetchDirection) |
StatementConfiguration.Builder |
StatementConfiguration.Builder.fetchSize(Integer fetchSize) |
StatementConfiguration.Builder |
StatementConfiguration.Builder.maxFieldSize(Integer maxFieldSize) |
StatementConfiguration.Builder |
StatementConfiguration.Builder.maxRows(Integer maxRows) |
StatementConfiguration.Builder |
StatementConfiguration.Builder.queryTimeout(Duration queryTimeout) |
StatementConfiguration.Builder |
StatementConfiguration.Builder.queryTimeout(Integer queryTimeout)
Deprecated.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.