diff options
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresConnectionQueryPreparation.h')
-rw-r--r-- | Frameworks/PostgresKit/Source/FLXPostgresConnectionQueryPreparation.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresConnectionQueryPreparation.h b/Frameworks/PostgresKit/Source/FLXPostgresConnectionQueryPreparation.h index 1d769b51..915b8c90 100644 --- a/Frameworks/PostgresKit/Source/FLXPostgresConnectionQueryPreparation.h +++ b/Frameworks/PostgresKit/Source/FLXPostgresConnectionQueryPreparation.h @@ -24,8 +24,6 @@ @interface FLXPostgresConnection (FLXPostgresConnectionQueryPreparation) -- (NSString *)quote:(NSObject *)object; - - (FLXPostgresStatement *)prepare:(NSString *)query; - (FLXPostgresStatement *)prepareWithFormat:(NSString *)query, ...; |