|
DatabaseKit
0.5
|
#import <DBSQLiteConnection.h>
Properties | |
| NSString * | path |
Properties inherited from DBConnection | |
| NSURL * | URL |
Additional Inherited Members | |
Instance Methods inherited from DBConnection | |
| (instancetype) | - initWithURL:error: |
| (DBResult *) | - execute:substitutions:error: |
| (BOOL) | - executeUpdate:substitutions:error: |
| (BOOL) | - closeConnection: |
| (NSArray *) | - tableNames |
| (BOOL) | - tableExists: |
| (NSDictionary *) | - columnsForTable: |
| (BOOL) | - transaction: |
| (BOOL) | - beginTransaction: |
| (BOOL) | - rollBack: |
| (BOOL) | - endTransaction: |
| (BOOL) | - executeWriteQueriesInTransaction:error: |
Class Methods inherited from DBConnection | |
| (void) | + registerConnectionClass: |
| (BOOL) | + canHandleURL: |
| (id) | + openConnectionWithURL:error: |
| (NSString *) | + sqlForType: |
| (DBType) | + typeForSql: |
| (DBType) | + typeForObjCScalarEncoding: |
| (DBType) | + typeForClass: |
Protected Attributes inherited from DBConnection | |
| NSURL * | _URL |
Definition at line 8 of file DBSQLiteConnection.h.
|
readatomicretain |
Definition at line 9 of file DBSQLiteConnection.h.