diff options
Diffstat (limited to 'Source/SPServerSupport.h')
-rw-r--r-- | Source/SPServerSupport.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/SPServerSupport.h b/Source/SPServerSupport.h index 4cb68726..6f6f4038 100644 --- a/Source/SPServerSupport.h +++ b/Source/SPServerSupport.h @@ -88,6 +88,9 @@ // Indexes BOOL supportsIndexKeyBlockSize; + // Data types + BOOL supportsFractionalSeconds; + // Server versions NSInteger serverMajorVersion; NSInteger serverMinorVersion; @@ -239,6 +242,11 @@ */ @property (readonly) BOOL supportsQuotingEngineTypeInCreateSyntax; +/** + * @property supportsFractionalSeconds Indicates whether the server supports fractional seconds in date/time data types. + */ +@property (readonly) BOOL supportsFractionalSeconds; + - (id)initWithMajorVersion:(NSInteger)majorVersion minor:(NSInteger)minorVersion release:(NSInteger)releaseVersion; - (void)evaluate; |