php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
odbc_driver.c File Reference
#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
 

Function Documentation

◆ pdo_odbc_error()

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.

Variable Documentation

◆ pdo_odbc_driver

const pdo_driver_t pdo_odbc_driver
Initial value:
= {
pdo_odbc_handle_factory
}
#define PDO_DRIVER_HEADER(name)

Definition at line 625 of file odbc_driver.c.