ObjSQLite3  Diff

Differences From Artifact [be4fe62381]:

To Artifact [b2196c1017]:


37
38
39
40
41
42
43



44
45
46
47
48
	sqlite3_stmt *_stmt;
}

- (void)bindWithArray: (OFArray *)array;
- (void)bindWithDictionary:
    (OFDictionary OF_GENERIC(OFString *, id) *)dictionary;
- (void)clearBindings;



- (void)step;
- (void)reset;
@end

OF_ASSUME_NONNULL_END







>
>
>
|




37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
	sqlite3_stmt *_stmt;
}

- (void)bindWithArray: (OFArray *)array;
- (void)bindWithDictionary:
    (OFDictionary OF_GENERIC(OFString *, id) *)dictionary;
- (void)clearBindings;
- (id)objectForColumn: (size_t)column;
- (size_t)columnCount;
- (OFString *)nameForColumn: (size_t)column;
- (bool)step;
- (void)reset;
@end

OF_ASSUME_NONNULL_END