Skip to Main Content
The world's most popular open source database
Contact MySQL
|
Login
|
Register
MySQL.com
Downloads
Documentation
Developer Zone
Developer Zone
Downloads
MySQL.com
Documentation
MySQL Server
MySQL Enterprise
Workbench
InnoDB Cluster
MySQL NDB Cluster
Connectors
More
MySQL.com
Downloads
Developer Zone
Section Menu:
Documentation Home
MySQL 8.4 C API Developer Guide
Preface and Legal Notices
The MySQL C API
MySQL C API Implementations
Writing C API-Based Client Applications
C API Function Reference
C API Basic Interface
C API Prepared Statement Interface
Overview of the C API Prepared Statement Interface
C API Prepared Statement Data Structures
C API Prepared Statement Type Codes
C API Prepared Statement Type Conversions
C API Prepared Statement Function Reference
C API Prepared Statement Function Descriptions
mysql_stmt_affected_rows()
mysql_stmt_attr_get()
mysql_stmt_attr_set()
mysql_stmt_bind_named_param()
mysql_stmt_bind_param()
mysql_stmt_bind_result()
mysql_stmt_close()
mysql_stmt_data_seek()
mysql_stmt_errno()
mysql_stmt_error()
mysql_stmt_execute()
mysql_stmt_fetch()
mysql_stmt_fetch_column()
mysql_stmt_field_count()
mysql_stmt_free_result()
mysql_stmt_init()
mysql_stmt_insert_id()
mysql_stmt_next_result()
mysql_stmt_num_rows()
mysql_stmt_param_count()
mysql_stmt_param_metadata()
mysql_stmt_prepare()
mysql_stmt_reset()
mysql_stmt_result_metadata()
mysql_stmt_row_seek()
mysql_stmt_row_tell()
mysql_stmt_send_long_data()
mysql_stmt_sqlstate()
mysql_stmt_store_result()
C API Asynchronous Interface
C API Thread Interface
C API Client Plugin Interface
C API Binary Log Interface
Index
Download this Manual
PDF (US Ltr)
- 1.4Mb
PDF (A4)
- 1.4Mb
version 8.4
9.1
9.0
8.0
5.7
MySQL 8.4 C API Developer Guide
/
...
/
C API Prepared Statement Interface
/
C API Prepared Statement Function Descriptions
/
mysql_stmt_param_metadata()
6.4.21 mysql_stmt_param_metadata()
MYSQL_RES * mysql_stmt_param_metadata(MYSQL_STMT *stmt)
This function currently does nothing.
PREV
HOME
UP
NEXT
Download this Manual
PDF (US Ltr)
- 1.4Mb
PDF (A4)
- 1.4Mb