aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXConstants.m
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXConstants.m')
-rw-r--r--Frameworks/PostgresKit/Source/FLXConstants.m10
1 files changed, 10 insertions, 0 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXConstants.m b/Frameworks/PostgresKit/Source/FLXConstants.m
index 3dc68ff9..14771072 100644
--- a/Frameworks/PostgresKit/Source/FLXConstants.m
+++ b/Frameworks/PostgresKit/Source/FLXConstants.m
@@ -29,3 +29,13 @@ NSString *FLXPostgresParameterClientEncoding = @"client_encoding";
NSString *FLXPostgresParameterSuperUser = @"is_superuser";
NSString *FLXPostgresParameterTimeZone = @"TimeZone";
NSString *FLXPostgresParameterIntegerDateTimes = @"integer_datetimes";
+
+const char *FLXPostgresResultValueMacAddr = "%macaddr";
+const char *FLXPostgresResultValueInet = "%inet";
+const char *FLXPostgresResultValueCidr = "%cidr";
+const char *FLXPostgresResultValueDate = "%date";
+const char *FLXPostgresResultValueTime = "%time";
+const char *FLXPostgresResultValueTimeTZ = "%timetz";
+const char *FLXPostgresResultValueTimestamp = "%timestamp";
+const char *FLXPostgresResultValueTimestmpTZ = "%timestamptz";
+const char *FLXPostgresResultValueInterval = "%interval";