From 581acb62a0e0ecf35b5b829f2cd79e6afb37b6e7 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 8 Jul 2018 14:11:04 +0200 Subject: [PATCH] Refine wording --- src/docs/asciidoc/data-access.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/data-access.adoc b/src/docs/asciidoc/data-access.adoc index 7e9e6688f72..64d2e7145f0 100644 --- a/src/docs/asciidoc/data-access.adoc +++ b/src/docs/asciidoc/data-access.adoc @@ -2943,7 +2943,7 @@ query methods, one for an `int` and one that queries for a `String`. In addition to the single result query methods, several methods return a list with an entry for each row that the query returned. The most generic method is `queryForList(..)` -which returns a `List` where each entry is a `Map` containing one entry for each column, +which returns a `List` where each element is a `Map` containing one entry for each column, using the column name as the key. If you add a method to the above example to retrieve a list of all the rows, it would look like this: