php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
mysql_statement.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_pdo_mysql.h"
#include "php_pdo_mysql_int.h"

Go to the source code of this file.

Macros

#define pdo_mysql_stmt_execute_prepared(stmt)
 
#define PDO_MYSQL_NATIVE_TYPE_NAME(x)
 

Variables

const struct pdo_stmt_methods mysql_stmt_methods
 

Macro Definition Documentation

◆ PDO_MYSQL_NATIVE_TYPE_NAME

#define PDO_MYSQL_NATIVE_TYPE_NAME ( x)
Value:
case FIELD_TYPE_##x: return #x;

◆ pdo_mysql_stmt_execute_prepared

#define pdo_mysql_stmt_execute_prepared ( stmt)
Value:
pdo_mysql_stmt_execute_prepared_libmysql(stmt)

Definition at line 34 of file mysql_statement.c.

Variable Documentation

◆ mysql_stmt_methods

const struct pdo_stmt_methods mysql_stmt_methods
Initial value:
= {
pdo_mysql_stmt_dtor,
pdo_mysql_stmt_execute,
pdo_mysql_stmt_fetch,
pdo_mysql_stmt_describe,
pdo_mysql_stmt_get_col,
pdo_mysql_stmt_param_hook,
NULL,
NULL,
pdo_mysql_stmt_col_meta,
pdo_mysql_stmt_next_rowset,
pdo_mysql_stmt_cursor_closer
}
#define NULL
Definition gdcache.h:45

Definition at line 863 of file mysql_statement.c.