| Package | Description |
|---|---|
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| Modifier and Type | Method and Description |
|---|---|
static StatementCustomizer |
StatementCustomizers.fetchDirection(Integer direction)
Sets the fetch direction on a query.
|
static StatementCustomizer |
StatementCustomizers.fetchSize(int fetchSize)
Set the number of rows to fetch from the database in a single batch.
|
static StatementCustomizer |
StatementCustomizers.maxFieldSize(int maxFieldSize)
Sets the limit of large variable size types like
VARCHAR. |
static StatementCustomizer |
StatementCustomizers.maxRows(int maxRows)
Limit number of rows returned.
|
static StatementCustomizer |
StatementCustomizers.statementTimeout(int seconds)
Set a timeout on the statement.
|
Copyright © 2017. All rights reserved.