Home
last modified time | relevance | path

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

/PHP-7.0/ext/pdo/
H A Dphp_pdo_driver.h538 struct pdo_bound_param_data { struct
539 zval parameter; /* the variable itself */
541 zval driver_params; /* optional parameter(s) for the driver */
543 zend_long paramno; /* if -1, then it has a name, and we don't know the index *yet* */
544 zend_string *name;
546 zend_long max_value_len; /* as a hint for pre-allocation */
548 void *driver_data;
550 pdo_stmt_t *stmt; /* for convenience in dtor */
552 enum pdo_param_type param_type; /* desired or suggested variable type */
554 int is_param; /* parameter or column ? */

Completed in 7 milliseconds