Home
last modified time | relevance | path

Searched defs:_pdo_stmt_t (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/pdo/
H A Dphp_pdo_driver.h543 struct _pdo_stmt_t { struct
549 zend_object std;
553 void *driver_data;
557 unsigned executed:1;
569 int column_count;
574 pdo_dbh_t *dbh;
586 long row_count;
589 char *query_string;
590 int query_stringlen;
606 union {
[all …]

Completed in 9 milliseconds