Differences From Artifact [497f2f5c61]:
- File src/SL3Statement.h — part of check-in [cc03d24ff3] at 2020-09-01 01:43:07 on branch trunk — Add SL3Statement (user: js, size: 1550) [annotate] [blame] [check-ins using]
To Artifact [be4fe62381]:
- File src/SL3PreparedStatement.h — part of check-in [4fc7a99ac9] at 2020-10-01 21:16:18 on branch trunk — Rename SL3Statement -> SL3PreparedStatement (user: js, size: 1558) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
24 25 26 27 28 29 30 | #include <sqlite3.h> OF_ASSUME_NONNULL_BEGIN @class SL3Connection; | | | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | #include <sqlite3.h> OF_ASSUME_NONNULL_BEGIN @class SL3Connection; @interface SL3PreparedStatement: OFObject { #ifdef SL3_PUBLIC_IVARS @public #endif SL3Connection *_connection; sqlite3_stmt *_stmt; } |
︙ | ︙ |