php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
struct | pdo_odbc_errinfo |
struct | pdo_odbc_db_handle |
struct | pdo_odbc_column |
struct | pdo_odbc_stmt |
struct | pdo_odbc_param |
Macros | |
#define | PDO_ODBC_TYPE "Unknown" |
#define | PDO_ODBC_HENV HENV |
#define | PDO_ODBC_HDBC HDBC |
#define | PDO_ODBC_HSTMT HSTMT |
#define | pdo_odbc_drv_error(what) |
#define | pdo_odbc_stmt_error(what) |
#define | pdo_odbc_doer_error(what) |
Enumerations | |
enum | { PDO_ODBC_ATTR_USE_CURSOR_LIBRARY = PDO_ATTR_DRIVER_SPECIFIC , PDO_ODBC_ATTR_ASSUME_UTF8 } |
Functions | |
void | pdo_odbc_error (pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const char *file, int line) |
void | pdo_odbc_init_error_table (void) |
void | pdo_odbc_fini_error_table (void) |
Variables | |
const pdo_driver_t | pdo_odbc_driver |
const struct pdo_stmt_methods | odbc_stmt_methods |
#define pdo_odbc_doer_error | ( | what | ) |
Definition at line 168 of file php_pdo_odbc_int.h.
#define pdo_odbc_drv_error | ( | what | ) |
Definition at line 166 of file php_pdo_odbc_int.h.
#define PDO_ODBC_HDBC HDBC |
Definition at line 109 of file php_pdo_odbc_int.h.
#define PDO_ODBC_HENV HENV |
Definition at line 108 of file php_pdo_odbc_int.h.
#define PDO_ODBC_HSTMT HSTMT |
Definition at line 110 of file php_pdo_odbc_int.h.
#define pdo_odbc_stmt_error | ( | what | ) |
Definition at line 167 of file php_pdo_odbc_int.h.
#define PDO_ODBC_TYPE "Unknown" |
Definition at line 25 of file php_pdo_odbc_int.h.
anonymous enum |
Enumerator | |
---|---|
PDO_ODBC_ATTR_USE_CURSOR_LIBRARY | |
PDO_ODBC_ATTR_ASSUME_UTF8 |
Definition at line 178 of file php_pdo_odbc_int.h.
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.
|
extern |
Definition at line 866 of file odbc_stmt.c.
|
extern |
Definition at line 625 of file odbc_driver.c.