DatabaseKit  0.5
DBPostgresConnection Class Reference

#import <DBPostgresConnection.h>

Inheritance diagram for DBPostgresConnection:
[legend]
Collaboration diagram for DBPostgresConnection:
[legend]

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
 

Detailed Description

Definition at line 10 of file DBPostgresConnection.h.


The documentation for this class was generated from the following file: