Home
last modified time | relevance | path

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

/php-src/ext/pdo/
H A Dphp_pdo_driver.h533 struct pdo_bound_param_data { struct
534 zval parameter; /* the variable itself */
536 zval driver_params; /* optional parameter(s) for the driver */
538 zend_long paramno; /* if -1, then it has a name, and we don't know the index *yet* */
539 zend_string *name;
541 zend_long max_value_len; /* as a hint for pre-allocation */
543 void *driver_data;
545 pdo_stmt_t *stmt; /* for convenience in dtor */
547 enum pdo_param_type param_type; /* desired or suggested variable type */
549 int is_param; /* parameter or column ? */

Completed in 10 milliseconds