dbd/oracle/dbd_oracle.h

changeset 27
1d2369ebee21
parent 17
21c4feaeafe7
child 31
999ef93f0dbc
equal deleted inserted replaced
26:cf847efefdb5 27:1d2369ebee21
32 */ 32 */
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 } statement_t; 38 } statement_t;
38 39

mercurial