Search



Search Results
Displaying 1631 to 1640 of 5227 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-error.html
const char * mysql_stmt_error(MYSQL_STMT *stmt) Description For the statement specified by stmt, mysql_stmt_error() returns a null-terminated string containing the error message for the most recently invoked statement API function that can succeed ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-prepare.html
int mysql_stmt_prepare(MYSQL_STMT *stmt, const char *stmt_str, unsigned long length) Description Given the statement handler returned by mysql_stmt_init(), prepares the SQL statement pointed to by the string stmt_str and returns a status value. The ...You should not add a terminating semicolon (;) or \g to the ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-reset.html
bool mysql_stmt_reset(MYSQL_STMT *stmt) Description Resets a prepared statement on client and server to state after prepare. It resets the statement on the server, data sent using mysql_stmt_send_long_data(), unbuffered result sets and current ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-sqlstate.html
const char * mysql_stmt_sqlstate(MYSQL_STMT *stmt) Description For the statement specified by stmt, mysql_stmt_sqlstate() returns a null-terminated string containing the SQLSTATE error code for the most recently invoked prepared statement API ...
https://dev.mysql.com/doc/relnotes/connector-j/en/ar01s04.html
A PDF archive of the MySQL Connector/J 6.0 Release Notes can be found here.
https://dev.mysql.com/doc/relnotes/connector-j/en/ar01s05.html
A PDF archive of the MySQL Connector/J 5.1 Release Notes can be found here.
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-server-logging.html
The logging feature can be handy for developing and testing your application and deployment of the MySQL Router. For example: [DEFAULT] # Logs are sent to /path/to/folder/mysqlrouter.log logging_folder = /path/to/folder [logger] level = DEBUG ...To ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-installation.html
This chapter describes how to install MySQL AI. ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-load-unload-data.html
The sections in this chapter describe how to load data in MySQL AI.
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-routines.html
The sections in this chapter list and describe various routines available in MySQL AI.
Displaying 1631 to 1640 of 5227 total results