For the complete documentation index, see llms.txt. This page is also available as Markdown.

Connector C Data Structures and Definitions

Data structures and type definitions used by the MariaDB Connector/C prepared-statement API, including MYSQL_BIND, MYSQL_STMT, and the associated type and indicator constants.

Connector/C field types and indicator variables used in the MYSQL_BIND structure, including the MYSQL_TYPE constants and STMT_INDICATOR values defined in mariadb_com.h.

MYSQL_BIND binds input parameters and output result columns to a prepared statement, with support for array binding and indicator variables.

MYSQL_STMT is the handle for a prepared statement, allocated by mysql_stmt_init() and released by mysql_stmt_close(); all of its members are private.

This page is: Copyright © 2026 MariaDB. All rights reserved.

Last updated

Was this helpful?