| 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. |
| Modifier and Type | Method and Description |
|---|---|
ResultProducers |
ResultProducers.allowNoResults(boolean allowNoResults)
Normally a query that doesn't return a result set throws an exception.
|
ResultProducers |
ResultProducers.createCopy() |
Copyright © 2019. All rights reserved.