dbd/sqlite3/dbd_sqlite3.h

changeset 13
10c8c6f0da14
parent 2
c4f02fc67e5a
child 21
7956401a0c5e
equal deleted inserted replaced
12:014ba3ab3903 13:10c8c6f0da14
7 /* 7 /*
8 * connection object 8 * connection object
9 */ 9 */
10 typedef struct _connection { 10 typedef struct _connection {
11 sqlite3 *sqlite; 11 sqlite3 *sqlite;
12 int autocommit;
12 } connection_t; 13 } connection_t;
13 14
14 /* 15 /*
15 * statement object 16 * statement object
16 */ 17 */

mercurial