DBHelper class
Syntax
@interface
DBHelper
:
NSObject
Members
All members of DBHelper, including inherited members.
Methods
Method
Description
- (void) clearTable: (NSString *) tableName
- (void) closeConnection
- (void) deleteRequest: (double) uuid fromQueue: (NSString *) tableName
- (NSArray *) getAllEntriesFromTable: (NSString *) tableName
- (NSArray *) getAllTableNames
- (id) init
- (void) insertRequest: (NSData *) encodedData withGuid: (double) uuid intoQueue: (NSString *) tableName
+ (id) sharedInstance
- (void) updateStatusOfRequest: (double) requestId inTable: (NSString *) tableName
Parent topic:
SAP Mobile Platform 3.0 OData SDK for iOS
Created December 5, 2013.
To comment on this topic, go to:
DocCommentXchange
.