Uses of Class
org.apache.commons.dbutils.StatementConfiguration.Builder
-
Packages that use StatementConfiguration.Builder Package Description org.apache.commons.dbutils DbUtils is a small set of classes designed to make working with JDBC easier. -
-
Uses of StatementConfiguration.Builder in org.apache.commons.dbutils
Methods in org.apache.commons.dbutils that return StatementConfiguration.Builder Modifier and Type Method Description StatementConfiguration.Builder
StatementConfiguration.Builder. fetchDirection(java.lang.Integer fetchDirection)
StatementConfiguration.Builder
StatementConfiguration.Builder. fetchSize(java.lang.Integer fetchSize)
StatementConfiguration.Builder
StatementConfiguration.Builder. maxFieldSize(java.lang.Integer maxFieldSize)
StatementConfiguration.Builder
StatementConfiguration.Builder. maxRows(java.lang.Integer maxRows)
StatementConfiguration.Builder
StatementConfiguration.Builder. queryTimeout(java.lang.Integer queryTimeout)
-