diff options
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresConnection.h')
-rw-r--r-- | Frameworks/PostgresKit/Source/FLXPostgresConnection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresConnection.h b/Frameworks/PostgresKit/Source/FLXPostgresConnection.h index 51a6f9e5..6b96d624 100644 --- a/Frameworks/PostgresKit/Source/FLXPostgresConnection.h +++ b/Frameworks/PostgresKit/Source/FLXPostgresConnection.h @@ -38,6 +38,7 @@ NSString *_password; NSString *_socketPath; NSString *_encoding; + NSString *_connectionError; const char **_connectionParamNames; const char **_connectionParamValues; @@ -70,6 +71,7 @@ @property (readwrite, retain) NSString *socketPath; @property (readonly) NSString *encoding; +@property (readonly) NSString *connectionError; @property (readonly) FLXPostgresError *lastError; @property (readonly) NSStringEncoding stringEncoding; @property (readonly) FLXPostgresConnectionParameters *parameters; |