Search



Search Results
Displaying 721 to 730 of 740 total results
https://dev.mysql.com/doc/c-api/9.7/en/c-api-prepared-statement-interface-usage.html
If there are large text or binary data values to be sent, you can send them in chunks to the server using mysql_stmt_send_long_data(). To prepare and execute a statement, an application follows these steps: Create a prepared statement handler with ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-prepared-statement-type-conversions.html
This enables you to distinguish BINARY from CHAR, VARBINARY from VARCHAR, and the BLOB types from the TEXT types. Prepared statements transmit data between the client and server using C language variables on the client side that correspond to SQL ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-stmt-bind-named-param.html
See Also See mysql_stmt_send_long_data() for sending long text or blob data in pieces. bool mysql_stmt_bind_named_param(MYSQL_STMT *stmt, MYSQL_BIND *binds, unsigned n_params, const char **names) Description mysql_stmt_bind_named_param() sets up ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/adding-loadable-function.html
By default, the name of a function argument is the text of the expression used to specify the argument. The MySQL interface for loadable functions provides the following features and capabilities: Functions can return string, integer, or real ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/plugin-status-system-variables.html
Display of the server command-line help text is handled by compiling a DYNAMIC_ARRAY of all variables relevant to command-line options, sorting them, and then iterating through them to display each option. The server plugin interface enables ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/writing-authentication-plugins.html
Server-side plugins use the same plugin API that is used for the other server plugin types such as full-text parser or audit plugins (although with a different type-specific descriptor). Warning These plugins accept any non-empty password and the ...
https://dev.mysql.com/doc/ndb-operator/9.7/en/tasks-updating-configuration.html
Making changes in the configuration of an NDB Cluster running in Kubernetes, requires editing the NdbCluster YAML spec file, then applying the updated file to the Kubernetes Cluster. Consider the example example-ndb, installed from the file ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-anomaly-detection.html
To generate your own datasets to create machine learning models in MySQL AI, learn how to Generate Text-Based Content. Anomaly detection, which is also known as outlier detection, is the machine learning task that finds unusual patterns in data.
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-classification.html
To generate your own datasets for creating machine learning models in MySQL AI, learn how to Generate Text-Based Content. Classification models predict the discrete value of input data to specific predefined categories. Some examples of ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-forecasts.html
To generate your own datasets to create machine learning models in MySQL AI, learn how to Generate Text-Based Content. Some examples of forecasting include predicting the closing price of a stock, predicting the number of units sold in a day, and ...
Displaying 721 to 730 of 740 total results