Interface Query<T>
- All Known Subinterfaces:
PreparedQuery<T>
-
Method Summary
Modifier and TypeMethodDescriptioncollecting(Collector<Row, ?, R> collector) Use the specifiedcollectorfor collecting the query result to<R>.execute()Execute the query.
-
Method Details
-
execute
-
collecting
-
mapping
-