diff options
Diffstat (limited to 'Source/SPServerSupport.h')
-rw-r--r-- | Source/SPServerSupport.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/SPServerSupport.h b/Source/SPServerSupport.h index b1afc5cd..fc16b426 100644 --- a/Source/SPServerSupport.h +++ b/Source/SPServerSupport.h @@ -50,6 +50,7 @@ // General BOOL supportsInformationSchema; + BOOL supportsSpatialExtensions; // Encoding BOOL supportsShowCharacterSet; @@ -123,6 +124,11 @@ @property (readonly) BOOL supportsInformationSchema; /** + * @property supportsSpatialExtensions Indicates if the server supports spatial extensions + */ +@property (readonly) BOOL supportsSpatialExtensions; + +/** * @property supportsShowCharacterSet Indicates if the server supports the SHOW CHARACTER SET statement */ @property (readonly) BOOL supportsShowCharacterSet; |