Search



Search Results
Displaying 481 to 490 of 2524 total results
https://dev.mysql.com/doc/x-devapi-userguide/en/sql-crud-functions.html
MySQL Shell JavaScript Code // Accessing an existing table var myTable = db.getTable('my_table'); // Insert a row of data. execute(); MySQL Shell Python Code # Accessing an existing table myTable = db.get_table('my_table') # Insert a row of data.
https://dev.mysql.com/doc/x-devapi-userguide/en/using-sql.html
In addition to the simplified X DevAPI syntax of the Session object, the Session object has a sql() function that takes any SQL statement as a string. The following example uses a Session to call an SQL Stored Procedure on the specific node.
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-a-session-object.html
All previous examples used the getSchema() or getDefaultSchema() methods of the Session object, which return a Schema object. Most examples make use of the X DevAPI ability to chain all object constructions, enabling you to get to the Schema object ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-spring-config-jdbctemplate.html
The next example shows how to use NamedParameterJdbcTemplate inside of a DAO (Data Access Object) class to retrieve a random city given a country code. */ private DataSource dataSource; /** * Our query to find a random city given a country code. */ ... Spring makes extensive use of the Template method design pattern (see Template Method ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-rag.html
Language: the two-letter ISO 639-1 code for the language you want to use. Language: the two-letter ISO 639-1 code for the language you want to use. HeatWave AutoML explanations help you understand how predictions are made,", "error": null, ... The ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-rag.html
Language: the two-letter ISO 639-1 code for the language you want to use. Language: the two-letter ISO 639-1 code for the language you want to use. In case the routine fails to generate output for specific rows, details of the errors encountered and ... The ML_RAG routine runs retrieval-augmented generation which aims to generate more accurate responses for your ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-opentelemetry.html
For applications that use the legacy JDBC API (that is, not X DevAPI or X DevAPI for C) on Linux systems and use OpenTelemetry (OTel) instrumentation, the connector adds query and connection spans to the trace generated by application code and ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-prepared.html
Prepared statements can provide significant performance improvements on queries that are executed more than one time. Prepared execution is faster than direct execution for statements executed more than once, primarily because the query is parsed ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-prepared.html
Prepared statements can provide significant performance improvements on queries that are executed more than one time. Prepared execution is faster than direct execution for statements executed more than once, primarily because the query is parsed ...
https://dev.mysql.com/doc/refman/8.4/en/plugin-loading.html
Each plugin_library is the name of a library file that contains plugin code, and each name is the name of a plugin to load. Alternatively, the INSTALL PLUGIN statement causes the server to load the plugin code from the library file at runtime: ...
Displaying 481 to 490 of 2524 total results