aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework/Source/SPMySQLResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/SPMySQLFramework/Source/SPMySQLResult.h')
-rw-r--r--Frameworks/SPMySQLFramework/Source/SPMySQLResult.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQLResult.h b/Frameworks/SPMySQLFramework/Source/SPMySQLResult.h
index 29518b5d..df9b7698 100644
--- a/Frameworks/SPMySQLFramework/Source/SPMySQLResult.h
+++ b/Frameworks/SPMySQLFramework/Source/SPMySQLResult.h
@@ -50,7 +50,6 @@ typedef enum {
// Number of fields in the result set, and the field names and information
NSUInteger numberOfFields;
struct st_mysql_field *fieldDefinitions;
- unsigned int *fieldTypes;
NSString **fieldNames;
// Number of rows in the result set and an internal data position counter
@@ -85,9 +84,6 @@ typedef enum {
- (NSDictionary *)getRowAsDictionary;
- (id)getRowAsType:(SPMySQLResultRowType)theType;
-// Data conversion
-+ (NSString *)bitStringWithBytes:(const char *)bytes length:(NSUInteger)length padToLength:(NSUInteger)padLength;
-
#pragma mark -
#pragma mark Synthesized properties