Home
last modified time | relevance | path

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

/PHP-5.6/ext/pdo/
H A Dphp_pdo_driver.h553 struct _pdo_stmt_t { struct
559 zend_object std;
563 void *driver_data;
567 unsigned executed:1;
579 int column_count;
584 pdo_dbh_t *dbh;
596 long row_count;
599 char *query_string;
600 int query_stringlen;
616 union {
[all …]

Completed in 10 milliseconds