aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2013-05-21 19:54:30 +0000
committerstuconnolly <stuart02@gmail.com>2013-05-21 19:54:30 +0000
commit7a0b14e3eccb62004720588276dc5d82cde49d75 (patch)
tree9c154362cfd65fa27386c447faeec2a279439c80 /Frameworks/PostgresKit
parent209b7db55ffd4b096b5d55402cd0ce989000c45b (diff)
downloadsequelpro-7a0b14e3eccb62004720588276dc5d82cde49d75.tar.gz
sequelpro-7a0b14e3eccb62004720588276dc5d82cde49d75.tar.bz2
sequelpro-7a0b14e3eccb62004720588276dc5d82cde49d75.zip
Comments.
Diffstat (limited to 'Frameworks/PostgresKit')
-rw-r--r--Frameworks/PostgresKit/Source/PGPostgresResult.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Frameworks/PostgresKit/Source/PGPostgresResult.h b/Frameworks/PostgresKit/Source/PGPostgresResult.h
index 2bd1ba96..e5353921 100644
--- a/Frameworks/PostgresKit/Source/PGPostgresResult.h
+++ b/Frameworks/PostgresKit/Source/PGPostgresResult.h
@@ -54,7 +54,8 @@ PGPostgresResultRowType;
@property (readonly) NSUInteger numberOfFields;
/**
- * @property numberOfRows The number or rows this result has.
+ * @property numberOfRows The number or rows this result contains or were affected
+ * by the associated query.
*/
@property (readonly) unsigned long long numberOfRows;