Search

Download this Manual
PDF (US Ltr) - 41.8Mb
PDF (A4) - 41.9Mb
Man Pages (TGZ) - 272.4Kb
Man Pages (Zip) - 378.4Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


Displaying 331 to 340 of 351 total results
https://dev.mysql.com/doc/refman/9.7/en/srjs-management.html
The text of the routine body is always treated as utf8mb4 regardless of the character set actually used. The syntax of the routine body is checked at creation time; any errors cause the CREATE statement to be rejected, and the stored program not to ...
https://dev.mysql.com/doc/refman/9.7/en/srjsapi-anomalydetector.html
AnomalyDetector Constructor AnomalyDetector.train() AnomalyDetector.fit() AnomalyDetector.predict() AnomalyDetector.score() AnomalyDetector.unload() This class encapsulates the anomaly detection task as described in Detect Anomalies.
https://dev.mysql.com/doc/refman/9.7/en/srjsapi-classifier.html
Classifier Constructor Classifier.train() Classifier.fit() Classifier.predict() Classifier.predictProba() Classifier.score() Classifier.explain() Classifier.getExplainer() Classifier.unload() This class encapsulates the classification task as ...
https://dev.mysql.com/doc/refman/9.7/en/srjsapi-forecaster.html
Forecaster Constructor Forecaster.train() Forecaster.fit() Forecaster.predict() Forecaster.score() Forecaster.unload() This class encapsulates the forecasting task as described in Generate Forecasts. Forecaster supports methods for loading, ...
https://dev.mysql.com/doc/refman/9.7/en/srjsapi-regressor.html
targetColumnName (String): Name of the target column containing ground truth values; TEXT columns are not supported for this purpose. Regressor Constructor Regressor.train() Regressor.fit() Regressor.predict() Regressor.score() Regressor.explain() ...
https://dev.mysql.com/doc/refman/9.7/en/srjsapi-warning.html
Warning represents a warning raised by statement execution, and has the following properties: code: MySQL error code (integer). Can be any one of 1 (NOTE), 2 (WARNING), or 3 (ERROR). You can also employ the JavaScript Error object, such as obtained ...
https://dev.mysql.com/doc/refman/9.7/en/start-replica.html
However, it is sent in plain text over the connection to the replica server instance. START REPLICA [thread_types] [until_option] [connection_options] [channel_option] thread_types: [thread_type [, thread_type] ... ] thread_type: IO_THREAD | ...
https://dev.mysql.com/doc/refman/9.7/en/string-types.html
The string data types are CHAR, VARCHAR, BINARY, VARBINARY, BLOB, TEXT, ENUM, and SET. For information about storage requirements of the string data types, see Section 13.7, “Data Type Storage Requirements”. For descriptions of functions that ...
https://dev.mysql.com/doc/refman/9.7/en/subquery-materialization.html
For extended EXPLAIN output, the text displayed by a following SHOW WARNINGS includes materialize and materialized-subquery. The optimizer uses materialization to enable more efficient subquery processing. Materialization speeds up query execution ...
https://dev.mysql.com/doc/refman/9.7/en/sys-ps-thread-account.html
Given a Performance Schema thread ID, returns the user_name@host_name account associated with the thread. Parameters in_thread_id BIGINT UNSIGNED: The thread ID for which to return the account. The value should match the THREAD_ID column from some ...
Displaying 331 to 340 of 351 total results