ObjPgSQL  Diff

Differences From Artifact [edfb7baa0e]:

To Artifact [bd6baa8db9]:


1
2
3
4
5

6
7
8
9
10
11
12
1
2
3
4

5
6
7
8
9
10
11
12




-
+







#import "PGException.h"

@interface PGCommandFailedException: PGException
{
	OFString *command;
	OFString *_command;
}

#ifdef OF_HAVE_PROPERTIES
@property (readonly, copy, nonatomic) OFString *command;
#endif

+ exceptionWithClass: (Class)class_