php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pdo_stmt_methods Struct Reference

#include <php_pdo_driver.h>

Data Fields

pdo_stmt_dtor_func dtor
 
pdo_stmt_execute_func executer
 
pdo_stmt_fetch_func fetcher
 
pdo_stmt_describe_col_func describer
 
pdo_stmt_get_col_data_func get_col
 
pdo_stmt_param_hook_func param_hook
 
pdo_stmt_set_attr_func set_attribute
 
pdo_stmt_get_attr_func get_attribute
 
pdo_stmt_get_column_meta_func get_column_meta
 
pdo_stmt_next_rowset_func next_rowset
 
pdo_stmt_cursor_closer_func cursor_closer
 

Detailed Description

Definition at line 406 of file php_pdo_driver.h.

Field Documentation

◆ cursor_closer

pdo_stmt_cursor_closer_func pdo_stmt_methods::cursor_closer

Definition at line 417 of file php_pdo_driver.h.

◆ describer

pdo_stmt_describe_col_func pdo_stmt_methods::describer

Definition at line 410 of file php_pdo_driver.h.

◆ dtor

pdo_stmt_dtor_func pdo_stmt_methods::dtor

Definition at line 407 of file php_pdo_driver.h.

◆ executer

pdo_stmt_execute_func pdo_stmt_methods::executer

Definition at line 408 of file php_pdo_driver.h.

◆ fetcher

pdo_stmt_fetch_func pdo_stmt_methods::fetcher

Definition at line 409 of file php_pdo_driver.h.

◆ get_attribute

pdo_stmt_get_attr_func pdo_stmt_methods::get_attribute

Definition at line 414 of file php_pdo_driver.h.

◆ get_col

pdo_stmt_get_col_data_func pdo_stmt_methods::get_col

Definition at line 411 of file php_pdo_driver.h.

◆ get_column_meta

pdo_stmt_get_column_meta_func pdo_stmt_methods::get_column_meta

Definition at line 415 of file php_pdo_driver.h.

◆ next_rowset

pdo_stmt_next_rowset_func pdo_stmt_methods::next_rowset

Definition at line 416 of file php_pdo_driver.h.

◆ param_hook

pdo_stmt_param_hook_func pdo_stmt_methods::param_hook

Definition at line 412 of file php_pdo_driver.h.

◆ set_attribute

pdo_stmt_set_attr_func pdo_stmt_methods::set_attribute

Definition at line 413 of file php_pdo_driver.h.


The documentation for this struct was generated from the following file: