aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPServerSupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPServerSupport.h')
-rw-r--r--Source/SPServerSupport.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/SPServerSupport.h b/Source/SPServerSupport.h
index 93d0b591..2f562177 100644
--- a/Source/SPServerSupport.h
+++ b/Source/SPServerSupport.h
@@ -61,6 +61,7 @@
// Encoding
BOOL supportsShowCharacterSet;
+ BOOL supportsShowCollation;
BOOL supportsCharacterSetDatabaseVar;
BOOL supportsPost41CharacterSetHandling;
@@ -144,6 +145,11 @@
@property (readonly) BOOL supportsShowCharacterSet;
/**
+ * @property supportsShowCollation Indicates if the server supports the SHOW COLLATION statement
+ */
+@property (readonly) BOOL supportsShowCollation;
+
+/**
* @property supportsCharacterSetDatabaseVar Indicates if the server supports the 'character_set_database'
* variable.
*/