dbd/postgresql/dbd_postgresql.h

changeset 13
10c8c6f0da14
parent 2
c4f02fc67e5a
child 30
8599f34c139b
equal deleted inserted replaced
12:014ba3ab3903 13:10c8c6f0da14
15 /* 15 /*
16 * connection object implentation 16 * connection object implentation
17 */ 17 */
18 typedef struct _connection { 18 typedef struct _connection {
19 PGconn *postgresql; 19 PGconn *postgresql;
20 int autocommit;
20 unsigned int statement_id; /* sequence for statement IDs */ 21 unsigned int statement_id; /* sequence for statement IDs */
21 } connection_t; 22 } connection_t;
22 23
23 /* 24 /*
24 * statement object implementation 25 * statement object implementation

mercurial