| Package | Description |
|---|---|
| org.jdbi.v3.core.result |
result provides the streaming interface that reads rows from JDBC
and drives the mapper and collector processes to
produce results. |
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| Modifier and Type | Class and Description |
|---|---|
class |
NoResultsException
Thrown when no results were found in a context that requires at least one.
|
class |
ResultSetException
Wraps exceptions thrown while traversing the JDBC result set.
|
class |
UnableToProduceResultException
Wraps exceptions thrown while producing Java result types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnableToCreateStatementException
Thrown when
Jdbi couldn't create a statement. |
class |
UnableToExecuteStatementException
Thrown when statement execution fails.
|
| Modifier and Type | Method and Description |
|---|---|
String |
StatementExceptions.MessageRendering.apply(StatementException exc) |
protected abstract String |
StatementExceptions.MessageRendering.render(StatementException exc,
StatementContext ctx) |
Copyright © 2019. All rights reserved.