DatabaseKit
0.5
|
#import <DBPostgresConnection.h>
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 |
Properties inherited from DBConnection | |
NSURL * | URL |
Definition at line 10 of file DBPostgresConnection.h.