Package | Description |
---|---|
org.kunlab.kpm.db |
Modifier and Type | Method and Description |
---|---|
Stream<ResultRow> |
Transaction.QueryResult.stream()
Streamに変換します。
|
Stream<ResultRow> |
Transaction.QueryResult.stream(boolean closeConnectionOnException)
Streamに変換します。
|
Modifier and Type | Method and Description |
---|---|
ArrayList<T> |
Transaction.QueryResult.mapToList(Function<ResultRow,T> resultMapper)
Listに変換します。
|
ArrayList<T> |
Transaction.QueryResult.mapToList(Function<ResultRow,T> resultMapper,
long max)
Listに変換します。
|
Copyright © 2023. All rights reserved.