Search



Search Results
Displaying 481 to 490 of 509 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-next-result-nonblocking.html
The two functions differ as follows: mysql_next_result() returns an integer status indicator. enum net_async_status mysql_next_result_nonblocking(MYSQL *mysql) Description Note mysql_next_result_nonblocking() is an asynchronous function. It is the ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-num-fields.html
Return Values An unsigned integer representing the number of columns in a result set. unsigned int mysql_num_fields(MYSQL_RES *result) To pass a MYSQL* argument instead, use unsigned int mysql_field_count(MYSQL *mysql). You can get the number of ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-real-query-nonblocking.html
The two functions differ as follows: mysql_real_query() returns an integer status indicator. enum net_async_status mysql_real_query_nonblocking(MYSQL *mysql, const char *stmt_str, unsigned long length) Description Note ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-field-count.html
Return Values An unsigned integer representing the number of columns in a result set. unsigned int mysql_stmt_field_count(MYSQL_STMT *stmt) Description Returns the number of columns for the most recent statement for the statement handler. This ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-param-count.html
Return Values An unsigned long integer representing the number of parameters in a statement. unsigned long mysql_stmt_param_count(MYSQL_STMT *stmt) Description Returns the number of parameter markers present in the prepared statement.
https://dev.mysql.com/doc/extending-mysql/8.4/en/client-plugin-descriptors.html
version: The plugin version as an array of three integers indicating the major, minor, and teeny versions. Each client plugin must have a descriptor that provides information to the client plugin API. The descriptor structure begins with a fixed ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-full-text-plugins.html
MySQL supports server-side full-text parser plugins with MyISAM and InnoDB. For introductory information about full-text parser plugins, see Full-Text Parser Plugins. A full-text parser plugin can be used to replace or modify the built-in full-text ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbclusterstatus.html
processedGeneration (integer): Holds the latest generation of the Ndb resource whose specs have been successfully applied to the NDB Cluster running inside Kubernetes. readyMySQLServers (string): The status of the MySQL servers attached to the NDB ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-19.html
This patch adjusts Connector/J to those recent changes of MySQL Server and, as a result, DatabaseMetaData, ParameterMetaData, and ResultSetMetaData now report identical results for all the above-mentioned integer types and also for the FLOAT and ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-docker.html
The Docker deployment framework supports easy installation and configuration of MySQL Router. This section explains how to use a MySQL Router Docker image. You need to have Docker installed on your system before you can use a MySQL Router Docker ...
Displaying 481 to 490 of 509 total results