Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo/
H A Dphp_pdo_driver.h525 struct pdo_bound_param_data { struct
526 long paramno; /* if -1, then it has a name, and we don't know the index *yet* */
527 char *name;
528 int namelen;
530 long max_value_len; /* as a hint for pre-allocation */
532 zval *parameter; /* the variable itself */
533 enum pdo_param_type param_type; /* desired or suggested type */
535 zval *driver_params; /* optional parameter(s) for the driver */
536 void *driver_data;
538 pdo_stmt_t *stmt; /* for convenience in dtor */
[all …]

Completed in 32 milliseconds