api - mariadb-corporation/mariadb-connector-c GitHub Wiki
API Reference
- mariadb_cancel() - Immediately aborts a connection
- mariadb_get_infov() - retrieves generic or connection related information
- mariadb_reconnect() - Reconnects to a server
- mysql_affected_rows() - Returns the number of rows affected by the last operation
- mysql_autocommit() - Toggles autocommit
- mysql_change_user() - Changes user and database
- mysql_errno() - returns the last error code for the most recent function call
- mysql_error() - returns the last error message for the most recent function call