diff options
author | stuconnolly <stuart02@gmail.com> | 2012-07-10 10:45:15 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-07-10 10:45:15 +0000 |
commit | e8bf22347fd801af63df6a7c287151c7668681ce (patch) | |
tree | 2b65d7e336165c5a0e81a26bdffad1471a7f3b5f /Frameworks/QueryKit/Source/QueryKit.h | |
parent | 4aebe5fb9cdcd145ef3b3135700e27d13315effd (diff) | |
download | sequelpro-e8bf22347fd801af63df6a7c287151c7668681ce.tar.gz sequelpro-e8bf22347fd801af63df6a7c287151c7668681ce.tar.bz2 sequelpro-e8bf22347fd801af63df6a7c287151c7668681ce.zip |
Add a new enum to allow us to specify the underlying database system we're generating queries for.
Diffstat (limited to 'Frameworks/QueryKit/Source/QueryKit.h')
-rw-r--r-- | Frameworks/QueryKit/Source/QueryKit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/QueryKit/Source/QueryKit.h b/Frameworks/QueryKit/Source/QueryKit.h index 2b62a7b5..624ba08b 100644 --- a/Frameworks/QueryKit/Source/QueryKit.h +++ b/Frameworks/QueryKit/Source/QueryKit.h @@ -31,5 +31,6 @@ #import <QueryKit/QKQuery.h> #import <QueryKit/QKQueryTypes.h> #import <QueryKit/QKQueryOperators.h> +#import <QueryKit/QKQueryDatabases.h> #import <QueryKit/QKQueryParameter.h> #import <QueryKit/QKQueryUtilities.h> |