Search Results
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-remove.html
remove() returns an error if no search condition string is provided, or if an empty string is provided. The Collection.remove() function is for removing documents in a collection, similar to the DELETE statement for an SQL database. It takes a ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/devapi-users-statement-execution.html
This section explains statement execution, with information on how to handle transactions and errors.
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/understanding-automatic-document-ids.html
When using manual document IDs, you must ensure that they do not clash with any IDs that might ever be generated automatically by the server (see Document ID Generation for details), in order to avoid any errors due to primary key duplication. This ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-document-ids.html
This section describes what a document ID is and how to work with it. Every document has a unique identifier called the document ID, which can be thought of as the equivalent of a table's primary key. The document ID value is usually automatically ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-locking.html
X DevAPI supports MySQL locking through the lockShared() and lockExclusive() methods for the Collection.find() and Table.select() methods. This enables you to control row locking to ensure safe, transactional document updates on collections and to ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-sql-result-sets.html
When you execute an SQL operation on a Session using the sql() method, an SqlResult is returned. Iterating over an SqlResult is identical to working with results from CRUD operations. var res = mySession.sql('SELECT name, age FROM ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-remove.html
remove() returns an error if no search condition string is provided, or if an empty string is provided. The Collection.remove() function is for removing documents in a collection, similar to the DELETE statement for an SQL database. It takes a ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/devapi-users-statement-execution.html
This section explains statement execution, with information on how to handle transactions and errors.
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/understanding-automatic-document-ids.html
When using manual document IDs, you must ensure that they do not clash with any IDs that might ever be generated automatically by the server (see Document ID Generation for details), in order to avoid any errors due to primary key duplication. This ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-document-ids.html
This section describes what a document ID is and how to work with it. Every document has a unique identifier called the document ID, which can be thought of as the equivalent of a table's primary key. The document ID value is usually automatically ...