Search



Search Results
Displaying 1681 to 1690 of 3428 total results
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords.html
This section contains information on the keywords and reserved words within the server when creating and submitting queries to the system. For more information on reserved words and their impact on your queries, see Keywords and Reserved Words, in ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-annotations.html
The implementation of this interface is created dynamically by ClusterJ at runtime. When the newInstance() method is called, ClusterJ creates an implementation class for the Employee interface; this class stores the values in an internal object ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-delete.html
FILE: delete.js var nosql = require('..'); var lib = require('./lib.js'); var adapter = 'ndb'; global.mysql_conn_properties = {}; var user_args = []; // *** program starts here *** // analyze command line var usageMessage = "Usage: node delete ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-find.html
# FILE: find.js var nosql = require('..'); var lib = require('./lib.js'); var adapter = 'ndb'; global.mysql_conn_properties = {}; var user_args = []; // *** program starts here *** // analyze command line var usageMessage = "Usage: node find key\n" ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-insert.html
# FILE: insert.js var nosql = require('..'); var lib = require('./lib.js'); var adapter = 'ndb'; global.mysql_conn_properties = {}; var user_args = []; // *** program starts here *** // analyze command line var usageMessage = "Usage: node insert ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-8.html
(WL #10202) All connections created using MySQL Connector/NET now are encrypted by default. (WL #10561) Document Store: When creating a new connection, multiple hosts now can be specified as part of the connection string, which will try each host ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-13.html
(Bug #27081809, Bug #87818, WL #12239) To go with the existing mysqlx.get_session(conn_str) method, a new mysqlx.get_client(conn_str, options) method was added that creates a connection pool handler that provides a get_session() method to create and ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added Python 3.7 ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-task-logs.html
newer_than_log_time (TIMESTAMP(6)): all the log entries created after the given timestamp are included. The task_logs routine returns a list of logs associated with a task. This topic contains the following sections: Syntax Syntax Example See Also ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-hw-chat.html
The routine uses vector store tables and embedding tables created using the same embedding model for context retrieval. Syntax for each object in the chat_history array is as follows: JSON_OBJECT(keyvalue[, keyvalue]...) keyvalue: { 'user_message', ... The HEATWAVE_CHAT routine automatically calls the ML_RAG routine which loads an LLM and runs a semantic search on the available vector stores by ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-hwaml-evaluate-model.html
Enter a MySQL user name and password for the DB System. Predictions: Click Generate Predictions to create a table of predictions for each row in the test table. Values for comparison from included features: Adjust the values, and click Create.
Displaying 1681 to 1690 of 3428 total results