Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-session.html
Session extends Context getMapping(Object parameter, Function(Object err, Object mapping) callback); Get the mappings for a table or class. The parameter may be a table name, a mapped constructor function, or a domain object. In an application, you ... A session is the main user access path to the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
For X DevAPI for C, the new mysqlx_set_locking(stmt, lock) function can be called to request exclusive or shared locks on returned documents or rows, or to release locks. (WL #10980) For X DevAPI, a new auth option can be specified in connection ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-modify.html
The modify(SearchConditionStr) function is for modifying documents in a collection, similar to an UPDATE statement for an SQL database. It takes a search condition string (SearchConditionStr) as a parameter to specify the documents that are to be ...They can be chained one after another and for multiple times: Notes The _id of a document cannot be modified or removed by the methods ...
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-shell-js/en/collection-modify.html
The modify(SearchConditionStr) function is for modifying documents in a collection, similar to an UPDATE statement for an SQL database. It takes a search condition string (SearchConditionStr) as a parameter to specify the documents that are to be ...They can be chained one after another and for multiple times: Notes The _id of a document cannot be modified or removed by the methods ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-modify.html
The modify(SearchConditionStr) function is for modifying documents in a collection, similar to an UPDATE statement for an SQL database. It takes a search condition string (SearchConditionStr) as a parameter to specify the documents that are to be ...They can be chained one after another and for multiple times: Notes The _id of a document cannot be modified or removed by the methods ...
https://dev.mysql.com/doc/refman/8.4/en/data-type-defaults.html
Literals, built-in functions (both deterministic and nondeterministic), and operators are permitted. Subqueries, parameters, variables, stored functions, and loadable functions are not permitted. If an expression default value refers to a ... Data ...
https://dev.mysql.com/doc/refman/8.4/en/expressions.html
With PIPES_AS_CONCAT enabled, || is string concatenation, with a precedence between ^ and the unary operators. expr is treated as a string, so be careful if you specify a nonstring value with INTERVAL. This section lists the grammar rules that ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-4-0.html
Installation and Compilation Notes Functionality Added or Changed Bugs Fixed Installation and Compilation Notes The version requirements for the third-party libraries and tools needed for running and building Connector/J have been updated. (WL ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-17.html
Character Set Support Compilation Notes Configuration Notes Function and Operator Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Character Set Support Connector/C++ now supports the utf8mb4_0900_bin collation added for the utf8mb4 ...(WL #13094, WL #13502) Compilation Notes Connector/C++ now compiles cleanly using the C++14 ...