Searched defs:pdo_stmt_methods (Results 1 – 1 of 1) sorted by relevance
406 struct pdo_stmt_methods { struct407 pdo_stmt_dtor_func dtor;408 pdo_stmt_execute_func executer;409 pdo_stmt_fetch_func fetcher;410 pdo_stmt_describe_col_func describer;411 pdo_stmt_get_col_data_func get_col;412 pdo_stmt_param_hook_func param_hook;413 pdo_stmt_set_attr_func set_attribute;414 pdo_stmt_get_attr_func get_attribute;416 pdo_stmt_next_rowset_func next_rowset;[all …]
Completed in 11 milliseconds