Search



Search Results
Displaying 811 to 820 of 1521 total results
https://dev.mysql.com/doc/x-devapi-userguide/en/connector-j-notes.html
The following are some features unique to X DevAPI for Connector/J: The creation of new Session objects with SessionFactory. The JsonValue interface and its implementations, including JsonObject, JsonString, JsonArray, and JsonNumber. An extended ...
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-crud-operations.html
This section explains how to use the X DevAPI for Create Read, Update, and Delete (CRUD) operations. X DevAPI extends this domain by adding support for CRUD operations that can be run against collections of documents.
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-introduction.html
This guide explains how to use the X DevAPI and provides examples of its functionality. The X DevAPI is implemented by MySQL Shell and MySQL Connectors that support X Protocol. For more background information and instructions on how to install and ...
https://dev.mysql.com/doc/x-devapi-userguide/en/dynamic-sql.html
A quoting function exists to escape SQL names and identifiers. Session.quoteName() escapes the identifier given in accordance to the settings of the current connection. Note The quoting function must not be used to escape values. Use the value ...
https://dev.mysql.com/doc/x-devapi-userguide/en/processing-warnings.html
Similar to the execution of single statements committing or rolling back a transaction can also trigger warnings. To be able to process these warnings the replied result object of Session.commit(); or Session.rollback(); needs to be checked. The ...
https://dev.mysql.com/doc/x-devapi-userguide/en/synchronous-vs-asynchronous-execution.html
C# Code Task<RowResult> getEmployeesTask = employees.Select("name", "age") .Where("name like :name").OrderBy("name") .Bind("name", "m%").ExecuteAsync(); // Do something else while the getEmployeesTask is executing in the background // at this point ... Traditionally, many MySQL drivers used a synchronous approach when executing SQL ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-metadata.html
Results contain metadata related to the origin and types of results from relational queries. This metadata can be used by applications that need to deal with dynamic query results or format results for transformation or display. An array of columns ...
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-16.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The OpenSSL libraries used by MySQL Enterprise Monitor installers have been upgraded to 1.0.2r. The bundled JRE was updated to 1.8.0_212 for both the Agent and Service Manager.
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-18.html
Functionality Added or Changed The Tomcat server, bundled with MySQL Enterprise Service Manager, has been upgraded to 8.5.45. The bundled JRE was updated to 1.8.0_231 for both the Agent and Service Manager. The MySQL server, bundled with MySQL ...
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-2.html
Security Notes Bugs Fixed Security Notes MySQL Enterprise Service Manager has been updated to use Apache Struts 2.3.35, which has been publicly reported as not vulnerable to CVE-2018-11776. (Bug #28577924) Bugs Fixed Under certain circumstances, ...
Displaying 811 to 820 of 1521 total results