-
Notifications
You must be signed in to change notification settings - Fork 267
ps_api
Georg Richter edited this page Aug 30, 2018
·
23 revisions
- mariadb_stmt_execute_direct - Prepares and executes a statement
- mariadb_stmt_fetch_fields - Returns an array of fields containing the column definitions
- mysql_stmt_affected_rows - Returns the number of affected rows from previous executed prepared statement.
- mysql_stmt_attr_get - Returns the current value of a statement attribute
- mysql_stmt_attr_set - Sets attribute of a statement
MariaDB Connector/C Reference