From 3e93a122e338083ff38760ce3bbec062d4516cb0 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 28 Feb 2018 01:30:40 +0100 Subject: Move 4 misplaced files --- Frameworks/SPMySQLFramework/SPMySQLDataTypes.h | 75 ----------- Frameworks/SPMySQLFramework/SPMySQLDataTypes.m | 77 ------------ Frameworks/SPMySQLFramework/SPMySQLEmptyResult.h | 39 ------ Frameworks/SPMySQLFramework/SPMySQLEmptyResult.m | 139 --------------------- .../SPMySQLFramework.xcodeproj/project.pbxproj | 8 +- .../SPMySQLFramework/Source/SPMySQLDataTypes.h | 75 +++++++++++ .../SPMySQLFramework/Source/SPMySQLDataTypes.m | 77 ++++++++++++ .../SPMySQLFramework/Source/SPMySQLEmptyResult.h | 39 ++++++ .../SPMySQLFramework/Source/SPMySQLEmptyResult.m | 139 +++++++++++++++++++++ 9 files changed, 334 insertions(+), 334 deletions(-) delete mode 100644 Frameworks/SPMySQLFramework/SPMySQLDataTypes.h delete mode 100644 Frameworks/SPMySQLFramework/SPMySQLDataTypes.m delete mode 100644 Frameworks/SPMySQLFramework/SPMySQLEmptyResult.h delete mode 100644 Frameworks/SPMySQLFramework/SPMySQLEmptyResult.m create mode 100644 Frameworks/SPMySQLFramework/Source/SPMySQLDataTypes.h create mode 100644 Frameworks/SPMySQLFramework/Source/SPMySQLDataTypes.m create mode 100644 Frameworks/SPMySQLFramework/Source/SPMySQLEmptyResult.h create mode 100644 Frameworks/SPMySQLFramework/Source/SPMySQLEmptyResult.m (limited to 'Frameworks') diff --git a/Frameworks/SPMySQLFramework/SPMySQLDataTypes.h b/Frameworks/SPMySQLFramework/SPMySQLDataTypes.h deleted file mode 100644 index 31acf6b8..00000000 --- a/Frameworks/SPMySQLFramework/SPMySQLDataTypes.h +++ /dev/null @@ -1,75 +0,0 @@ -// -// SPMySQLDataTypes.h -// SPMySQLFramework -// -// Created by Stuart Connolly (stuconnolly.com) on January 14, 2014. -// Copyright (c) 2014 Stuart Connolly. All rights reserved. -// -// Permission is hereby granted, free of charge, to any person -// obtaining a copy of this software and associated documentation -// files (the "Software"), to deal in the Software without -// restriction, including without limitation the rights to use, -// copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the -// Software is furnished to do so, subject to the following -// conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -// OTHER DEALINGS IN THE SOFTWARE. -// -// More info at - -extern NSString *SPMySQLTinyIntType; -extern NSString *SPMySQLSmallIntType; -extern NSString *SPMySQLMediumIntType; -extern NSString *SPMySQLIntType; -extern NSString *SPMySQLBigIntType; -extern NSString *SPMySQLFloatType; -extern NSString *SPMySQLDoubleType; -extern NSString *SPMySQLDoublePrecisionType; -extern NSString *SPMySQLRealType; -extern NSString *SPMySQLDecimalType; -extern NSString *SPMySQLBitType; -extern NSString *SPMySQLSerialType; -extern NSString *SPMySQLBoolType; -extern NSString *SPMySQLBoolean; -extern NSString *SPMySQLDecType; -extern NSString *SPMySQLFixedType; -extern NSString *SPMySQLNumericType; -extern NSString *SPMySQLCharType; -extern NSString *SPMySQLVarCharType; -extern NSString *SPMySQLTinyTextType; -extern NSString *SPMySQLTextType; -extern NSString *SPMySQLMediumTextType; -extern NSString *SPMySQLLongTextType; -extern NSString *SPMySQLTinyBlobType; -extern NSString *SPMySQLMediumBlobType; -extern NSString *SPMySQLBlobType; -extern NSString *SPMySQLLongBlobType; -extern NSString *SPMySQLBinaryType; -extern NSString *SPMySQLVarBinaryType; -extern NSString *SPMySQLEnumType; -extern NSString *SPMySQLSetType; -extern NSString *SPMySQLDateType; -extern NSString *SPMySQLDatetimeType; -extern NSString *SPMySQLTimestampType; -extern NSString *SPMySQLTimeType; -extern NSString *SPMySQLYearType; -extern NSString *SPMySQLGeometryType; -extern NSString *SPMySQLPointType; -extern NSString *SPMySQLLineStringType; -extern NSString *SPMySQLPolygonType; -extern NSString *SPMySQLMultiPointType; -extern NSString *SPMySQLMultiLineStringType; -extern NSString *SPMySQLMultiPolygonType; -extern NSString *SPMySQLGeometryCollectionType; -extern NSString *SPMySQLJsonType; diff --git a/Frameworks/SPMySQLFramework/SPMySQLDataTypes.m b/Frameworks/SPMySQLFramework/SPMySQLDataTypes.m deleted file mode 100644 index d7f54c0e..00000000 --- a/Frameworks/SPMySQLFramework/SPMySQLDataTypes.m +++ /dev/null @@ -1,77 +0,0 @@ -// -// SPMySQLDataTypes.m -// SPMySQLFramework -// -// Created by Stuart Connolly (stuconnolly.com) on January 14, 2014. -// Copyright (c) 2014 Stuart Connolly. All rights reserved. -// -// Permission is hereby granted, free of charge, to any person -// obtaining a copy of this software and associated documentation -// files (the "Software"), to deal in the Software without -// restriction, including without limitation the rights to use, -// copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the -// Software is furnished to do so, subject to the following -// conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -// OTHER DEALINGS IN THE SOFTWARE. -// -// More info at - -#import "SPMySQLDataTypes.h" - -NSString *SPMySQLTinyIntType = @"TINYINT"; -NSString *SPMySQLSmallIntType = @"SMALLINT"; -NSString *SPMySQLMediumIntType = @"MEDIUMINT"; -NSString *SPMySQLIntType = @"INT"; -NSString *SPMySQLBigIntType = @"BIGINT"; -NSString *SPMySQLFloatType = @"FLOAT"; -NSString *SPMySQLDoubleType = @"DOUBLE"; -NSString *SPMySQLDoublePrecisionType = @"DOUBLE PRECISION"; -NSString *SPMySQLRealType = @"REAL"; -NSString *SPMySQLDecimalType = @"DECIMAL"; -NSString *SPMySQLBitType = @"BIT"; -NSString *SPMySQLSerialType = @"SERIAL"; -NSString *SPMySQLBoolType = @"BOOL"; -NSString *SPMySQLBoolean = @"BOOLEAN"; -NSString *SPMySQLDecType = @"DEC"; -NSString *SPMySQLFixedType = @"FIXED"; -NSString *SPMySQLNumericType = @"NUMERIC"; -NSString *SPMySQLCharType = @"CHAR"; -NSString *SPMySQLVarCharType = @"VARCHAR"; -NSString *SPMySQLTinyTextType = @"TINYTEXT"; -NSString *SPMySQLTextType = @"TEXT"; -NSString *SPMySQLMediumTextType = @"MEDIUMTEXT"; -NSString *SPMySQLLongTextType = @"LONGTEXT"; -NSString *SPMySQLTinyBlobType = @"TINYBLOB"; -NSString *SPMySQLMediumBlobType = @"MEDIUMBLOB"; -NSString *SPMySQLBlobType = @"BLOB"; -NSString *SPMySQLLongBlobType = @"LONGBLOB"; -NSString *SPMySQLBinaryType = @"BINARY"; -NSString *SPMySQLVarBinaryType = @"VARBINARY"; -NSString *SPMySQLEnumType = @"ENUM"; -NSString *SPMySQLSetType = @"SET"; -NSString *SPMySQLDateType = @"DATE"; -NSString *SPMySQLDatetimeType = @"DATETIME"; -NSString *SPMySQLTimestampType = @"TIMESTAMP"; -NSString *SPMySQLTimeType = @"TIME"; -NSString *SPMySQLYearType = @"YEAR"; -NSString *SPMySQLGeometryType = @"GEOMETRY"; -NSString *SPMySQLPointType = @"POINT"; -NSString *SPMySQLLineStringType = @"LINESTRING"; -NSString *SPMySQLPolygonType = @"POLYGON"; -NSString *SPMySQLMultiPointType = @"MULTIPOINT"; -NSString *SPMySQLMultiLineStringType = @"MULTILINESTRING"; -NSString *SPMySQLMultiPolygonType = @"MULTIPOLYGON"; -NSString *SPMySQLGeometryCollectionType = @"GEOMETRYCOLLECTION"; -NSString *SPMySQLJsonType = @"JSON"; diff --git a/Frameworks/SPMySQLFramework/SPMySQLEmptyResult.h b/Frameworks/SPMySQLFramework/SPMySQLEmptyResult.h deleted file mode 100644 index 577a1ca0..00000000 --- a/Frameworks/SPMySQLFramework/SPMySQLEmptyResult.h +++ /dev/null @@ -1,39 +0,0 @@ -// -// SPMySQLEmptyResult.h -// SPMySQLFramework -// -// Created by Rowan Beentje (rowan.beent.je) on March 11, 2013 -// Copyright (c) 2013 Rowan Beentje. All rights reserved. -// -// Permission is hereby granted, free of charge, to any person -// obtaining a copy of this software and associated documentation -// files (the "Software"), to deal in the Software without -// restriction, including without limitation the rights to use, -// copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the -// Software is furnished to do so, subject to the following -// conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -// OTHER DEALINGS IN THE SOFTWARE. -// -// More info at - -@interface SPMySQLEmptyResult : SPMySQLResult { - - id delegate; - -} - -@property (readwrite, assign) id delegate; - -@end diff --git a/Frameworks/SPMySQLFramework/SPMySQLEmptyResult.m b/Frameworks/SPMySQLFramework/SPMySQLEmptyResult.m deleted file mode 100644 index db63e12e..00000000 --- a/Frameworks/SPMySQLFramework/SPMySQLEmptyResult.m +++ /dev/null @@ -1,139 +0,0 @@ -// -// $$ -// -// SPMySQLEmptyResult.m -// SPMySQLFramework -// -// Created by Rowan Beentje (rowan.beent.je) on March 11, 2013 -// Copyright (c) 2013 Rowan Beentje. All rights reserved. -// -// Permission is hereby granted, free of charge, to any person -// obtaining a copy of this software and associated documentation -// files (the "Software"), to deal in the Software without -// restriction, including without limitation the rights to use, -// copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the -// Software is furnished to do so, subject to the following -// conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -// OTHER DEALINGS IN THE SOFTWARE. -// -// More info at - -#import "SPMySQLEmptyResult.h" - -@implementation SPMySQLEmptyResult - -@synthesize delegate; - -#pragma mark - -#pragma mark Setup and teardown - -/** - * Override the standard SPMySQLResult interface - */ -- (id)initWithMySQLResult:(void *)theResult stringEncoding:(NSStringEncoding)theStringEncoding -{ - return [super init]; -} - -- (void)dealloc -{ - [super dealloc]; -} - -#pragma mark - -#pragma mark Overrides - -- (NSUInteger)numberOfFields -{ - return 0; -} - -- (unsigned long long)numberOfRows -{ - return 0; -} - -- (NSArray *)fieldNames -{ - return nil; -} - -- (void)seekToRow:(unsigned long long)targetRow -{ -} - -- (BOOL)dataDownloaded -{ - return YES; -} - -- (id)getRow -{ - return nil; -} - -- (NSArray *)getRowAsArray -{ - return nil; -} - -- (NSDictionary *)getRowAsDictionary -{ - return nil; -} - -- (id)getRowAsType:(SPMySQLResultRowType)theType -{ - return nil; -} - -- (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len -{ - return 0; -} - -- (NSArray *)fieldDefinitions -{ - return nil; -} - -- (void)startDownload -{ -} - -- (void)cancelResultLoad -{ -} - -- (void)removeAllRows -{ -} - -- (id)_stringWithBytes:(const void *)bytes length:(NSUInteger)length -{ - return nil; -} - -- (NSString *)_lossyStringWithBytes:(const void *)bytes length:(NSUInteger)length wasLossy:(BOOL *)outLossy -{ - return nil; -} - -- (id)_getObjectFromBytes:(char *)bytes ofLength:(NSUInteger)length fieldDefinitionIndex:(NSUInteger)fieldIndex previewLength:(NSUInteger)previewLength -{ - return nil; -} - -@end diff --git a/Frameworks/SPMySQLFramework/SPMySQLFramework.xcodeproj/project.pbxproj b/Frameworks/SPMySQLFramework/SPMySQLFramework.xcodeproj/project.pbxproj index aa7989fc..019eab40 100644 --- a/Frameworks/SPMySQLFramework/SPMySQLFramework.xcodeproj/project.pbxproj +++ b/Frameworks/SPMySQLFramework/SPMySQLFramework.xcodeproj/project.pbxproj @@ -96,8 +96,8 @@ 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; }; 177916A01E88733000EE3043 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; 177916A11E88733000EE3043 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 17E3A5791885A286009CF372 /* SPMySQLDataTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPMySQLDataTypes.h; sourceTree = ""; }; - 17E3A57A1885A286009CF372 /* SPMySQLDataTypes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPMySQLDataTypes.m; sourceTree = ""; }; + 17E3A5791885A286009CF372 /* SPMySQLDataTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SPMySQLDataTypes.h; path = Source/SPMySQLDataTypes.h; sourceTree = ""; }; + 17E3A57A1885A286009CF372 /* SPMySQLDataTypes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SPMySQLDataTypes.m; path = Source/SPMySQLDataTypes.m; sourceTree = ""; }; 32DBCF5E0370ADEE00C91783 /* SPMySQLFramework_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SPMySQLFramework_Prefix.pch; path = Source/SPMySQLFramework_Prefix.pch; sourceTree = ""; }; 507FF1811BC0C64100104523 /* DataConversion_Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DataConversion_Tests.m; sourceTree = ""; }; 507FF1D51BC0D7D300104523 /* SPMySQL Unit Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SPMySQL Unit Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -164,8 +164,8 @@ 58C7C1E314DB6E4C00436315 /* SPMySQLFastStreamingResult.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SPMySQLFastStreamingResult.m; path = Source/SPMySQLFastStreamingResult.m; sourceTree = ""; }; 58C7C1E614DB6E8600436315 /* Field Definitions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "Field Definitions.h"; path = "Source/SPMySQLResult Categories/Field Definitions.h"; sourceTree = ""; }; 58C7C1E714DB6E8600436315 /* Field Definitions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "Field Definitions.m"; path = "Source/SPMySQLResult Categories/Field Definitions.m"; sourceTree = ""; }; - 58D2A4CF16EDF1C6002EB401 /* SPMySQLEmptyResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPMySQLEmptyResult.h; sourceTree = ""; }; - 58D2A4D016EDF1C6002EB401 /* SPMySQLEmptyResult.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPMySQLEmptyResult.m; sourceTree = ""; }; + 58D2A4CF16EDF1C6002EB401 /* SPMySQLEmptyResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SPMySQLEmptyResult.h; path = Source/SPMySQLEmptyResult.h; sourceTree = ""; }; + 58D2A4D016EDF1C6002EB401 /* SPMySQLEmptyResult.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SPMySQLEmptyResult.m; path = Source/SPMySQLEmptyResult.m; sourceTree = ""; }; 8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = ""; }; 8DC2EF5B0486A6940098B216 /* SPMySQL.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SPMySQL.framework; sourceTree = BUILT_PRODUCTS_DIR; }; D2F7E79907B2D74100F64583 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = ""; }; diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQLDataTypes.h b/Frameworks/SPMySQLFramework/Source/SPMySQLDataTypes.h new file mode 100644 index 00000000..31acf6b8 --- /dev/null +++ b/Frameworks/SPMySQLFramework/Source/SPMySQLDataTypes.h @@ -0,0 +1,75 @@ +// +// SPMySQLDataTypes.h +// SPMySQLFramework +// +// Created by Stuart Connolly (stuconnolly.com) on January 14, 2014. +// Copyright (c) 2014 Stuart Connolly. All rights reserved. +// +// Permission is hereby granted, free of charge, to any person +// obtaining a copy of this software and associated documentation +// files (the "Software"), to deal in the Software without +// restriction, including without limitation the rights to use, +// copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the +// Software is furnished to do so, subject to the following +// conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +// OTHER DEALINGS IN THE SOFTWARE. +// +// More info at + +extern NSString *SPMySQLTinyIntType; +extern NSString *SPMySQLSmallIntType; +extern NSString *SPMySQLMediumIntType; +extern NSString *SPMySQLIntType; +extern NSString *SPMySQLBigIntType; +extern NSString *SPMySQLFloatType; +extern NSString *SPMySQLDoubleType; +extern NSString *SPMySQLDoublePrecisionType; +extern NSString *SPMySQLRealType; +extern NSString *SPMySQLDecimalType; +extern NSString *SPMySQLBitType; +extern NSString *SPMySQLSerialType; +extern NSString *SPMySQLBoolType; +extern NSString *SPMySQLBoolean; +extern NSString *SPMySQLDecType; +extern NSString *SPMySQLFixedType; +extern NSString *SPMySQLNumericType; +extern NSString *SPMySQLCharType; +extern NSString *SPMySQLVarCharType; +extern NSString *SPMySQLTinyTextType; +extern NSString *SPMySQLTextType; +extern NSString *SPMySQLMediumTextType; +extern NSString *SPMySQLLongTextType; +extern NSString *SPMySQLTinyBlobType; +extern NSString *SPMySQLMediumBlobType; +extern NSString *SPMySQLBlobType; +extern NSString *SPMySQLLongBlobType; +extern NSString *SPMySQLBinaryType; +extern NSString *SPMySQLVarBinaryType; +extern NSString *SPMySQLEnumType; +extern NSString *SPMySQLSetType; +extern NSString *SPMySQLDateType; +extern NSString *SPMySQLDatetimeType; +extern NSString *SPMySQLTimestampType; +extern NSString *SPMySQLTimeType; +extern NSString *SPMySQLYearType; +extern NSString *SPMySQLGeometryType; +extern NSString *SPMySQLPointType; +extern NSString *SPMySQLLineStringType; +extern NSString *SPMySQLPolygonType; +extern NSString *SPMySQLMultiPointType; +extern NSString *SPMySQLMultiLineStringType; +extern NSString *SPMySQLMultiPolygonType; +extern NSString *SPMySQLGeometryCollectionType; +extern NSString *SPMySQLJsonType; diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQLDataTypes.m b/Frameworks/SPMySQLFramework/Source/SPMySQLDataTypes.m new file mode 100644 index 00000000..d7f54c0e --- /dev/null +++ b/Frameworks/SPMySQLFramework/Source/SPMySQLDataTypes.m @@ -0,0 +1,77 @@ +// +// SPMySQLDataTypes.m +// SPMySQLFramework +// +// Created by Stuart Connolly (stuconnolly.com) on January 14, 2014. +// Copyright (c) 2014 Stuart Connolly. All rights reserved. +// +// Permission is hereby granted, free of charge, to any person +// obtaining a copy of this software and associated documentation +// files (the "Software"), to deal in the Software without +// restriction, including without limitation the rights to use, +// copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the +// Software is furnished to do so, subject to the following +// conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +// OTHER DEALINGS IN THE SOFTWARE. +// +// More info at + +#import "SPMySQLDataTypes.h" + +NSString *SPMySQLTinyIntType = @"TINYINT"; +NSString *SPMySQLSmallIntType = @"SMALLINT"; +NSString *SPMySQLMediumIntType = @"MEDIUMINT"; +NSString *SPMySQLIntType = @"INT"; +NSString *SPMySQLBigIntType = @"BIGINT"; +NSString *SPMySQLFloatType = @"FLOAT"; +NSString *SPMySQLDoubleType = @"DOUBLE"; +NSString *SPMySQLDoublePrecisionType = @"DOUBLE PRECISION"; +NSString *SPMySQLRealType = @"REAL"; +NSString *SPMySQLDecimalType = @"DECIMAL"; +NSString *SPMySQLBitType = @"BIT"; +NSString *SPMySQLSerialType = @"SERIAL"; +NSString *SPMySQLBoolType = @"BOOL"; +NSString *SPMySQLBoolean = @"BOOLEAN"; +NSString *SPMySQLDecType = @"DEC"; +NSString *SPMySQLFixedType = @"FIXED"; +NSString *SPMySQLNumericType = @"NUMERIC"; +NSString *SPMySQLCharType = @"CHAR"; +NSString *SPMySQLVarCharType = @"VARCHAR"; +NSString *SPMySQLTinyTextType = @"TINYTEXT"; +NSString *SPMySQLTextType = @"TEXT"; +NSString *SPMySQLMediumTextType = @"MEDIUMTEXT"; +NSString *SPMySQLLongTextType = @"LONGTEXT"; +NSString *SPMySQLTinyBlobType = @"TINYBLOB"; +NSString *SPMySQLMediumBlobType = @"MEDIUMBLOB"; +NSString *SPMySQLBlobType = @"BLOB"; +NSString *SPMySQLLongBlobType = @"LONGBLOB"; +NSString *SPMySQLBinaryType = @"BINARY"; +NSString *SPMySQLVarBinaryType = @"VARBINARY"; +NSString *SPMySQLEnumType = @"ENUM"; +NSString *SPMySQLSetType = @"SET"; +NSString *SPMySQLDateType = @"DATE"; +NSString *SPMySQLDatetimeType = @"DATETIME"; +NSString *SPMySQLTimestampType = @"TIMESTAMP"; +NSString *SPMySQLTimeType = @"TIME"; +NSString *SPMySQLYearType = @"YEAR"; +NSString *SPMySQLGeometryType = @"GEOMETRY"; +NSString *SPMySQLPointType = @"POINT"; +NSString *SPMySQLLineStringType = @"LINESTRING"; +NSString *SPMySQLPolygonType = @"POLYGON"; +NSString *SPMySQLMultiPointType = @"MULTIPOINT"; +NSString *SPMySQLMultiLineStringType = @"MULTILINESTRING"; +NSString *SPMySQLMultiPolygonType = @"MULTIPOLYGON"; +NSString *SPMySQLGeometryCollectionType = @"GEOMETRYCOLLECTION"; +NSString *SPMySQLJsonType = @"JSON"; diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQLEmptyResult.h b/Frameworks/SPMySQLFramework/Source/SPMySQLEmptyResult.h new file mode 100644 index 00000000..577a1ca0 --- /dev/null +++ b/Frameworks/SPMySQLFramework/Source/SPMySQLEmptyResult.h @@ -0,0 +1,39 @@ +// +// SPMySQLEmptyResult.h +// SPMySQLFramework +// +// Created by Rowan Beentje (rowan.beent.je) on March 11, 2013 +// Copyright (c) 2013 Rowan Beentje. All rights reserved. +// +// Permission is hereby granted, free of charge, to any person +// obtaining a copy of this software and associated documentation +// files (the "Software"), to deal in the Software without +// restriction, including without limitation the rights to use, +// copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the +// Software is furnished to do so, subject to the following +// conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +// OTHER DEALINGS IN THE SOFTWARE. +// +// More info at + +@interface SPMySQLEmptyResult : SPMySQLResult { + + id delegate; + +} + +@property (readwrite, assign) id delegate; + +@end diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQLEmptyResult.m b/Frameworks/SPMySQLFramework/Source/SPMySQLEmptyResult.m new file mode 100644 index 00000000..db63e12e --- /dev/null +++ b/Frameworks/SPMySQLFramework/Source/SPMySQLEmptyResult.m @@ -0,0 +1,139 @@ +// +// $$ +// +// SPMySQLEmptyResult.m +// SPMySQLFramework +// +// Created by Rowan Beentje (rowan.beent.je) on March 11, 2013 +// Copyright (c) 2013 Rowan Beentje. All rights reserved. +// +// Permission is hereby granted, free of charge, to any person +// obtaining a copy of this software and associated documentation +// files (the "Software"), to deal in the Software without +// restriction, including without limitation the rights to use, +// copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the +// Software is furnished to do so, subject to the following +// conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +// OTHER DEALINGS IN THE SOFTWARE. +// +// More info at + +#import "SPMySQLEmptyResult.h" + +@implementation SPMySQLEmptyResult + +@synthesize delegate; + +#pragma mark - +#pragma mark Setup and teardown + +/** + * Override the standard SPMySQLResult interface + */ +- (id)initWithMySQLResult:(void *)theResult stringEncoding:(NSStringEncoding)theStringEncoding +{ + return [super init]; +} + +- (void)dealloc +{ + [super dealloc]; +} + +#pragma mark - +#pragma mark Overrides + +- (NSUInteger)numberOfFields +{ + return 0; +} + +- (unsigned long long)numberOfRows +{ + return 0; +} + +- (NSArray *)fieldNames +{ + return nil; +} + +- (void)seekToRow:(unsigned long long)targetRow +{ +} + +- (BOOL)dataDownloaded +{ + return YES; +} + +- (id)getRow +{ + return nil; +} + +- (NSArray *)getRowAsArray +{ + return nil; +} + +- (NSDictionary *)getRowAsDictionary +{ + return nil; +} + +- (id)getRowAsType:(SPMySQLResultRowType)theType +{ + return nil; +} + +- (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len +{ + return 0; +} + +- (NSArray *)fieldDefinitions +{ + return nil; +} + +- (void)startDownload +{ +} + +- (void)cancelResultLoad +{ +} + +- (void)removeAllRows +{ +} + +- (id)_stringWithBytes:(const void *)bytes length:(NSUInteger)length +{ + return nil; +} + +- (NSString *)_lossyStringWithBytes:(const void *)bytes length:(NSUInteger)length wasLossy:(BOOL *)outLossy +{ + return nil; +} + +- (id)_getObjectFromBytes:(char *)bytes ofLength:(NSUInteger)length fieldDefinitionIndex:(NSUInteger)fieldIndex previewLength:(NSUInteger)previewLength +{ + return nil; +} + +@end -- cgit v1.2.3