dbd/db2/dbd_db2.h

changeset 25
2cc3feba9277
parent 14
98192b7d4e89
child 33
6c64c45e7d8f
equal deleted inserted replaced
24:abb9499bef51 25:2cc3feba9277
39 * statement object implementation 39 * statement object implementation
40 */ 40 */
41 typedef struct _statement { 41 typedef struct _statement {
42 resultset_t * resultset; 42 resultset_t * resultset;
43 bindparams_t * bind; 43 bindparams_t * bind;
44 unsigned char *buffer;
44 SQLSMALLINT num_result_columns; /* variable for SQLNumResultCols */ 45 SQLSMALLINT num_result_columns; /* variable for SQLNumResultCols */
45 46
46 SQLHANDLE stmt; 47 SQLHANDLE stmt;
47 SQLHANDLE db2; 48 SQLHANDLE db2;
48 } statement_t; 49 } statement_t;

mercurial