diff options
Diffstat (limited to 'Frameworks/PostgresKit/Source/PGPostgresConnection.h')
-rw-r--r-- | Frameworks/PostgresKit/Source/PGPostgresConnection.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Frameworks/PostgresKit/Source/PGPostgresConnection.h b/Frameworks/PostgresKit/Source/PGPostgresConnection.h index bf1f51d0..f68b17ae 100644 --- a/Frameworks/PostgresKit/Source/PGPostgresConnection.h +++ b/Frameworks/PostgresKit/Source/PGPostgresConnection.h @@ -49,6 +49,8 @@ NSUInteger _timeout; NSUInteger _keepAliveInterval; + unsigned long long _lastQueryAffectedRowCount; + BOOL _useSocket; BOOL _useKeepAlive; BOOL _lastQueryWasCancelled; @@ -77,6 +79,8 @@ @property (readonly) NSStringEncoding stringEncoding; @property (readonly) PGPostgresConnectionParameters *parameters; +@property (readonly) unsigned long long lastQueryAffectedRowCount; + @property (readwrite, assign) BOOL useSocket; @property (readwrite, assign) BOOL useKeepAlive; @property (readwrite, assign) BOOL lastQueryWasCancelled; |