aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/QueryKit/QKQueryUtilities.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-09-10 22:58:45 +0000
committerstuconnolly <stuart02@gmail.com>2011-09-10 22:58:45 +0000
commite4dc361f7cd4b8a5062f58548427a5f542917a7f (patch)
tree5cc5ce6961a9990cf547ccf3ba869e8890192573 /Frameworks/QueryKit/QKQueryUtilities.h
parent1538a53adfea8d8238dd23d36c1207938b4d8439 (diff)
downloadsequelpro-e4dc361f7cd4b8a5062f58548427a5f542917a7f.tar.gz
sequelpro-e4dc361f7cd4b8a5062f58548427a5f542917a7f.tar.bz2
sequelpro-e4dc361f7cd4b8a5062f58548427a5f542917a7f.zip
QueryKit additions.
Diffstat (limited to 'Frameworks/QueryKit/QKQueryUtilities.h')
-rw-r--r--Frameworks/QueryKit/QKQueryUtilities.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Frameworks/QueryKit/QKQueryUtilities.h b/Frameworks/QueryKit/QKQueryUtilities.h
index 6dfaf110..352c5533 100644
--- a/Frameworks/QueryKit/QKQueryUtilities.h
+++ b/Frameworks/QueryKit/QKQueryUtilities.h
@@ -32,6 +32,13 @@
#import "QKQueryOperators.h"
+/**
+ * @class QKQueryUtilities QKQueryUtilities.h
+ *
+ * @author Stuart Connolly http://stuconnolly.com/
+ *
+ * QueryKit utilities class.
+ */
@interface QKQueryUtilities : NSObject
+ (NSString *)operatorRepresentationForType:(QKQueryOperator)operator;