dbd/oracle/dbd_oracle.h

changeset 31
999ef93f0dbc
parent 27
1d2369ebee21
equal deleted inserted replaced
30:8599f34c139b 31:999ef93f0dbc
33 typedef struct _statement { 33 typedef struct _statement {
34 OCIStmt *stmt; 34 OCIStmt *stmt;
35 connection_t *conn; 35 connection_t *conn;
36 int num_columns; 36 int num_columns;
37 bindparams_t *bind; 37 bindparams_t *bind;
38
39 int metadata;
38 } statement_t; 40 } statement_t;
39 41

mercurial