Search Results
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/transaction-handling.html
Transactions can be used to group operations into an atomic unit. Either all operations of a transaction succeed when they are committed, or none. It is possible to roll back a transaction as long as it has not been committed. Transactions can be ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/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-shell-python/en/collection-modify.html
Any X DevAPI Expression, wrapped in the expr() function (or mysql.expr() for MySQL Shell and some Connectors), so that it is not taken as a literal value. One or more Expressions connected by operators (for example, set("favorNums[0]", ... The ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/devapi-users-introduction.html
The X DevAPI is implemented by MySQL Shell and MySQL Connectors that support X Protocol. In addition to this documentation, there is developer documentation for all X DevAPI methods in the API references, available from Connectors and APIs. This ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/dynamic-sql.html
Session.quoteName() escapes the identifier given in accordance to the settings of the current connection. A quoting function exists to escape SQL names and identifiers. Note The quoting function must not be used to escape values. Use the value ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/error-handling.html
When writing scripts for MySQL Shell you can often simply rely on the exception handling done by MySQL Shell. For all other languages either proper exception handling is required to catch errors or the traditional error handling pattern needs to be ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/transaction-handling.html
Transactions can be used to group operations into an atomic unit. Either all operations of a transaction succeed when they are committed, or none. It is possible to roll back a transaction as long as it has not been committed. Transactions can be ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/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/heatwave/en/heatwave-status-variables.html
In this state, there is no connectivity to RAPID servers, MySQL HeatWave Cluster is not available, and change propagation is not running. Data is tracked in megabytes and is a cumulative total of data scanned since the MySQL HeatWave Cluster was ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-about-analytics.html
Queries are issued from a MySQL client or application that interacts with the MySQL HeatWave Cluster by connecting to the DB System. When a MySQL HeatWave Cluster is enabled, queries that meet certain prerequisites are automatically offloaded from ...