Home
last modified time | relevance | path

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

/PHP-5.6/ext/pdo/
H A Dphp_pdo_driver.h415 struct pdo_stmt_methods { struct
416 pdo_stmt_dtor_func dtor;
417 pdo_stmt_execute_func executer;
418 pdo_stmt_fetch_func fetcher;
419 pdo_stmt_describe_col_func describer;
420 pdo_stmt_get_col_data_func get_col;
421 pdo_stmt_param_hook_func param_hook;
422 pdo_stmt_set_attr_func set_attribute;
423 pdo_stmt_get_attr_func get_attribute;
425 pdo_stmt_next_rowset_func next_rowset;
[all …]

Completed in 16 milliseconds