aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXPostgresConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresConnection.h')
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresConnection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresConnection.h b/Frameworks/PostgresKit/Source/FLXPostgresConnection.h
index 5ff6f06b..87ac46d3 100644
--- a/Frameworks/PostgresKit/Source/FLXPostgresConnection.h
+++ b/Frameworks/PostgresKit/Source/FLXPostgresConnection.h
@@ -38,6 +38,7 @@
NSString *_socketPath;
NSString *_encoding;
NSString *_connectionError;
+ NSString *_applicationName;
const char **_connectionParamNames;
const char **_connectionParamValues;
@@ -68,6 +69,7 @@
@property (readwrite, retain) NSString *database;
@property (readwrite, retain) NSString *password;
@property (readwrite, retain) NSString *socketPath;
+@property (readwrite, retain) NSString *applicationName;
@property (readonly) NSString *encoding;
@property (readonly) NSString *connectionError;