Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds