php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"
#include "php_ini.h"
#include "ext/standard/info.h"
#include "ext/pdo/php_pdo.h"
#include "ext/pdo/php_pdo_driver.h"
#include "php_odbc_utils.h"
#include "php_pdo_odbc.h"
#include "php_pdo_odbc_int.h"
#include "zend_exceptions.h"
Go to the source code of this file.
Functions | |
void | pdo_odbc_error (pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const char *file, int line) |
Variables | |
const pdo_driver_t | pdo_odbc_driver |
void pdo_odbc_error | ( | pdo_dbh_t * | dbh, |
pdo_stmt_t * | stmt, | ||
PDO_ODBC_HSTMT | statement, | ||
char * | what, | ||
const char * | file, | ||
int | line ) |
Definition at line 55 of file odbc_driver.c.
const pdo_driver_t pdo_odbc_driver |
Definition at line 625 of file odbc_driver.c.