php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php_pdo_driver.h"
Go to the source code of this file.
Macros | |
#define | PDO_DBH_CLEAR_ERR() |
#define | PDO_STMT_CLEAR_ERR() |
#define | PDO_HANDLE_DBH_ERR() |
#define | PDO_HANDLE_STMT_ERR() |
Functions | |
PDO_API void | pdo_handle_error (pdo_dbh_t *dbh, pdo_stmt_t *stmt) |
#define PDO_DBH_CLEAR_ERR | ( | ) |
Definition at line 24 of file php_pdo_error.h.
#define PDO_HANDLE_DBH_ERR | ( | ) |
Definition at line 32 of file php_pdo_error.h.
#define PDO_HANDLE_STMT_ERR | ( | ) |
Definition at line 33 of file php_pdo_error.h.
#define PDO_STMT_CLEAR_ERR | ( | ) |
Definition at line 31 of file php_pdo_error.h.