MYSQL_BIND

You are viewing an old version of this article. View the current version here.

MYSQL_BIND structure is used to bind parameters (which will be sent to server) and result sets (output sent from server to client). The MYSQL_BIND structure is bound with mysql_stmt_bind_param()] or [[mysql_stmt_bind_result|mysql_stmt_bind_result() to a prepared statement.

Members of MYSQL_BIND structure

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.