Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAugust Mueller <gus@flyingmeat.com>2020-10-11 22:02:43 +0300
committerAugust Mueller <gus@flyingmeat.com>2020-10-11 22:02:43 +0300
commit465d516b345b0789efd753cee5d46c7c004f4d48 (patch)
tree9f7fc8b019bece44d8b845091037b9e594a92d04
parent9ae08346d359da837b49eab0ec65b94ffefe3b15 (diff)
Words.
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index abf0cc5..c1fef18 100644
--- a/README.markdown
+++ b/README.markdown
@@ -241,7 +241,7 @@ FMResultSet *s = [db executeQuery:@"SELECT COUNT(*) FROM myTable"];
if ([s next]) {
int totalCount = [s intForColumnIndex:0];
}
-[s close]; // If you cannot confirm whether the result set is exhausted, you will need to call the -close method on the FMResultSet for safety.
+[s close]; // Call the -close method on the FMResultSet if you cannot confirm whether the result set is exhausted.
```
`FMResultSet` has many methods to retrieve data in an appropriate format: