ObjPgSQL/ObjPgSQL.h
Jonathan Schleifer f640a29849 Add ObjPgSQL.h.
FossilOrigin-Name: 9b7427552b063b5db36fdc636befa1e018afc3fb9622e8bfce6888ae5aa5d72e
2012-10-03 16:08:16 +00:00

6 lines
204 B
Objective-C

#import "PGConnection.h"
#import "PGResult.h"
#import "PGResultRow.h"
#import "exceptions/PGCommandFailedException.h"
#import "exceptions/PGConnectionFailedException.h"
#import "exceptions/PGException.h"