diff options
author | stuconnolly <stuart02@gmail.com> | 2009-11-13 12:18:47 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-11-13 12:18:47 +0000 |
commit | d6e9ec7664681c8a03fdbd96a38277abb99271f4 (patch) | |
tree | 6bdfcf956cf57d8f2afeba99ccb759cce4a925e7 /Source/SPConstants.h | |
parent | 53b268eece1c040b71a58bb7652e360263f4d3f0 (diff) | |
download | sequelpro-d6e9ec7664681c8a03fdbd96a38277abb99271f4.tar.gz sequelpro-d6e9ec7664681c8a03fdbd96a38277abb99271f4.tar.bz2 sequelpro-d6e9ec7664681c8a03fdbd96a38277abb99271f4.zip |
Move query mode constants to SPConstants.h.
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index e42b11b7..fa5e0e85 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -67,6 +67,13 @@ typedef enum { SPQueryEditorViewMode = 5 } SPViewMode; +// Query modes +typedef enum { + SPInterfaceQueryMode = 0, + SPCustomQueryQueryMode = 1, + SPImportExportQueryMode = 2 +} SPQueryMode; + // Kill mode constants extern NSString *SPKillProcessQueryMode; extern NSString *SPKillProcessConnectionMode; |