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

#include <php_pdo_driver.h>

Data Fields

pdo_dbh_close_func closer
 
pdo_dbh_prepare_func preparer
 
pdo_dbh_do_func doer
 
pdo_dbh_quote_func quoter
 
pdo_dbh_txn_func begin
 
pdo_dbh_txn_func commit
 
pdo_dbh_txn_func rollback
 
pdo_dbh_set_attr_func set_attribute
 
pdo_dbh_last_id_func last_id
 
pdo_dbh_fetch_error_func fetch_err
 
pdo_dbh_get_attr_func get_attribute
 
pdo_dbh_check_liveness_func check_liveness
 
pdo_dbh_get_driver_methods_func get_driver_methods
 
pdo_dbh_request_shutdown persistent_shutdown
 
pdo_dbh_txn_func in_transaction
 
pdo_dbh_get_gc_func get_gc
 
pdo_dbh_sql_scanner scanner
 

Detailed Description

Definition at line 296 of file php_pdo_driver.h.

Field Documentation

◆ begin

pdo_dbh_txn_func pdo_dbh_methods::begin

Definition at line 301 of file php_pdo_driver.h.

◆ check_liveness

pdo_dbh_check_liveness_func pdo_dbh_methods::check_liveness

Definition at line 308 of file php_pdo_driver.h.

◆ closer

pdo_dbh_close_func pdo_dbh_methods::closer

Definition at line 297 of file php_pdo_driver.h.

◆ commit

pdo_dbh_txn_func pdo_dbh_methods::commit

Definition at line 302 of file php_pdo_driver.h.

◆ doer

pdo_dbh_do_func pdo_dbh_methods::doer

Definition at line 299 of file php_pdo_driver.h.

◆ fetch_err

pdo_dbh_fetch_error_func pdo_dbh_methods::fetch_err

Definition at line 306 of file php_pdo_driver.h.

◆ get_attribute

pdo_dbh_get_attr_func pdo_dbh_methods::get_attribute

Definition at line 307 of file php_pdo_driver.h.

◆ get_driver_methods

pdo_dbh_get_driver_methods_func pdo_dbh_methods::get_driver_methods

Definition at line 309 of file php_pdo_driver.h.

◆ get_gc

pdo_dbh_get_gc_func pdo_dbh_methods::get_gc

Definition at line 313 of file php_pdo_driver.h.

◆ in_transaction

pdo_dbh_txn_func pdo_dbh_methods::in_transaction

Definition at line 312 of file php_pdo_driver.h.

◆ last_id

pdo_dbh_last_id_func pdo_dbh_methods::last_id

Definition at line 305 of file php_pdo_driver.h.

◆ persistent_shutdown

pdo_dbh_request_shutdown pdo_dbh_methods::persistent_shutdown

Definition at line 310 of file php_pdo_driver.h.

◆ preparer

pdo_dbh_prepare_func pdo_dbh_methods::preparer

Definition at line 298 of file php_pdo_driver.h.

◆ quoter

pdo_dbh_quote_func pdo_dbh_methods::quoter

Definition at line 300 of file php_pdo_driver.h.

◆ rollback

pdo_dbh_txn_func pdo_dbh_methods::rollback

Definition at line 303 of file php_pdo_driver.h.

◆ scanner

pdo_dbh_sql_scanner pdo_dbh_methods::scanner

Definition at line 314 of file php_pdo_driver.h.

◆ set_attribute

pdo_dbh_set_attr_func pdo_dbh_methods::set_attribute

Definition at line 304 of file php_pdo_driver.h.


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