diff options
author | stuconnolly <stuart02@gmail.com> | 2012-07-14 10:26:44 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-07-14 10:26:44 +0000 |
commit | 6c1a1acdb2e030b08ccd08dc6eea70b3657ebb4c (patch) | |
tree | a2b9c82ab3db6f149ee6a67affd94ecda30a5b9b /Frameworks/QueryKit/Source/QKQueryUtilities.h | |
parent | a2d65d3fa1e58d91d47260cdbbbeae7c99aa04f8 (diff) | |
download | sequelpro-6c1a1acdb2e030b08ccd08dc6eea70b3657ebb4c.tar.gz sequelpro-6c1a1acdb2e030b08ccd08dc6eea70b3657ebb4c.tar.bz2 sequelpro-6c1a1acdb2e030b08ccd08dc6eea70b3657ebb4c.zip |
Bunch of improvements including uderlying database system support.
Diffstat (limited to 'Frameworks/QueryKit/Source/QKQueryUtilities.h')
-rw-r--r-- | Frameworks/QueryKit/Source/QKQueryUtilities.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Frameworks/QueryKit/Source/QKQueryUtilities.h b/Frameworks/QueryKit/Source/QKQueryUtilities.h index 228385f8..7aa6124a 100644 --- a/Frameworks/QueryKit/Source/QKQueryUtilities.h +++ b/Frameworks/QueryKit/Source/QKQueryUtilities.h @@ -29,6 +29,7 @@ // OTHER DEALINGS IN THE SOFTWARE. #import "QKQueryOperators.h" +#import "QKQueryDatabases.h" /** * @class QKQueryUtilities QKQueryUtilities.h @@ -39,6 +40,7 @@ */ @interface QKQueryUtilities : NSObject -+ (NSString *)operatorRepresentationForType:(QKQueryOperator)operator; ++ (NSString *)identifierQuoteCharacterForDatabase:(QKQueryDatabase)database; ++ (NSString *)stringRepresentationOfQueryOperator:(QKQueryOperator)operator; @end |