ObjPgSQL  Diff

Differences From Artifact [11616d090c]:

To Artifact [7e2807226e]:


22
23
24
25
26
27
28
29

30
31

32
33
34
35
22
23
24
25
26
27
28

29


30

31
32
33







-
+
-
-
+
-



 */

#import "PGResultRow.h"

OF_ASSUME_NONNULL_BEGIN

@interface PGResultRow ()
+ (instancetype)pg_rowWithResult: (PGResult *)result
+ (instancetype)pg_rowWithResult: (PGResult *)result row: (int)row;
			     row: (int)row;
- (instancetype)pg_initWithResult: (PGResult *)result
- (instancetype)pg_initWithResult: (PGResult *)result row: (int)row;
			      row: (int)row;
@end

OF_ASSUME_NONNULL_END