Package | Description |
---|---|
org.skife.jdbi.v2 |
Start with
DBI and Handle |
Modifier and Type | Method and Description |
---|---|
<AccumulatorType> |
Query.fold(AccumulatorType accumulator,
Folder2<AccumulatorType> folder)
Used to execute the query and traverse the result set with a accumulator.
|
<AccumulatorType> |
GeneratedKeys.fold(AccumulatorType accumulator,
Folder2<AccumulatorType> folder)
Used to execute the query and traverse the generated keys with a accumulator.
|
Copyright © 2018. All rights reserved.