public static final class StatementConfiguration.Builder extends Object
StatementConfiguration
for more flexible construction.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StatementConfiguration |
build() |
StatementConfiguration.Builder |
fetchDirection(Integer fetchDirection) |
StatementConfiguration.Builder |
fetchSize(Integer fetchSize) |
StatementConfiguration.Builder |
maxFieldSize(Integer maxFieldSize) |
StatementConfiguration.Builder |
maxRows(Integer maxRows) |
StatementConfiguration.Builder |
queryTimeout(Integer queryTimeout) |
public StatementConfiguration.Builder fetchDirection(Integer fetchDirection)
public StatementConfiguration.Builder fetchSize(Integer fetchSize)
public StatementConfiguration.Builder maxRows(Integer maxRows)
public StatementConfiguration.Builder queryTimeout(Integer queryTimeout)
public StatementConfiguration.Builder maxFieldSize(Integer maxFieldSize)
public StatementConfiguration build()
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.