Go to the source code of this file.
◆ 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.
◆ 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,
pdo_mysql_stmt_col_meta,
pdo_mysql_stmt_next_rowset,
pdo_mysql_stmt_cursor_closer
}
Definition at line 863 of file mysql_statement.c.