diff options
author | stuconnolly <stuart02@gmail.com> | 2013-05-21 19:54:30 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2013-05-21 19:54:30 +0000 |
commit | 7a0b14e3eccb62004720588276dc5d82cde49d75 (patch) | |
tree | 9c154362cfd65fa27386c447faeec2a279439c80 /Frameworks | |
parent | 209b7db55ffd4b096b5d55402cd0ce989000c45b (diff) | |
download | sequelpro-7a0b14e3eccb62004720588276dc5d82cde49d75.tar.gz sequelpro-7a0b14e3eccb62004720588276dc5d82cde49d75.tar.bz2 sequelpro-7a0b14e3eccb62004720588276dc5d82cde49d75.zip |
Comments.
Diffstat (limited to 'Frameworks')
-rw-r--r-- | Frameworks/PostgresKit/Source/PGPostgresResult.h | 3 |
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; |