@property (nonatomic, readonly) SInt32 userVersion;
- (BOOL)migrateDatabase:(SFSQLite *)db fromVersion:(SInt32)version;
@property (nonatomic, readonly) SInt32 userVersion;
- (BOOL)migrateDatabase:(SFSQLite *)db fromVersion:(SInt32)version;
// Wrapper around the SQLite API. Typically subclassed to add table accessor methods.
@interface SFSQLite : NSObject {
// Wrapper around the SQLite API. Typically subclassed to add table accessor methods.
@interface SFSQLite : NSObject {
@property (nonatomic, assign) SFSQLiteSynchronousMode synchronousMode;
@property (nonatomic, readonly) BOOL isOpen;
@property (nonatomic, readonly) BOOL hasMigrated;
@property (nonatomic, assign) SFSQLiteSynchronousMode synchronousMode;
@property (nonatomic, readonly) BOOL isOpen;
@property (nonatomic, readonly) BOOL hasMigrated;
@property (nonatomic, assign) BOOL traced;
@property (nonatomic, strong) id<SFSQLiteDelegate> delegate;
@property (nonatomic, assign) BOOL traced;
@property (nonatomic, strong) id<SFSQLiteDelegate> delegate;