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:
authorrobertmryan <robert.ryan@mindspring.com>2013-08-06 22:48:34 +0400
committerrobertmryan <robert.ryan@mindspring.com>2013-08-06 22:48:34 +0400
commit88cd1c39765aeba1d0a30bfc10f209d9a0ef01c3 (patch)
treea7470e1a1b61d4733b758a3f19f1c20f103b9edc
parent4ed3c78a7bf773b9c9ab6ae2cc7e4e241d685077 (diff)
Minor README correction
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 138e678..f014140 100644
--- a/README.markdown
+++ b/README.markdown
@@ -79,8 +79,8 @@ You must always invoke `-[FMResultSet next]` before attempting to access the val
- `dateForColumn:`
- `dataForColumn:`
- `dataNoCopyForColumn:`
-- `UTF8StringForColumnIndex:`
-- `objectForColumn:`
+- `UTF8StringForColumnName:`
+- `objectForColumnName:`
Each of these methods also has a `{type}ForColumnIndex:` variant that is used to retrieve the data based on the position of the column in the results, as opposed to the column's name.