Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbblob.html
Signature int close ( bool execPendingBlobOps = true ) Parameters This method has a single boolean parameter execPendingBlobOps. This section provides information about the NdbBlob class, which models a handle to a blob column and provides read and ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbeventoperation.html
Signature void mergeEvents ( bool flag ) Parameters A Boolean flag. This section provides information about the NdbEventOperation class, which is used to monitor changes (events) in a database. It provides the core functionality used to implement ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-context.html
Boolean isBatch() Context also exposes an isBatch() instance method, which returns true if this Context is a Batch, and false if it is a Session. It contains functions that are executed immediately if called from a session, or when the batch is ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-session.html
A session is the main user access path to the database. 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 ...
https://dev.mysql.com/doc/ndbapi/en/ndb-table.html
This section provides information about the Table class, which models a database table in the NDB API. This class extends the Object class, which in turn is an inner class of the NdbDictionary class. It is possible using the NDB API to create ...
https://dev.mysql.com/doc/ndbapi/en/overview-operations.html
In order to enable the application to handle how locks are released, NdbScanOperation::nextResult() has a Boolean parameter fetchAllowed. An NdbTransaction consists of a list of operations, each of which is represented by an instance of ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-17.html
A single index field description can contain a new member name array that takes a Boolean value. Character Set Support Compilation Notes Configuration Notes Function and Operator Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
(WL #10718) Boolean expressions used in queries and statements now support a variant of the IN operator for which the right hand side operand is any expression that evaluates to an array or document. Locks can be requested several times for a given ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-10.html
(Bug #27098974, Bug #88427) Boolean values within a JSON document were improperly stored as strings. Functionality Added or Changed Bugs Fixed Functionality Added or Changed The .NET Core 2.0 implementation now supports the following ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-12.html
(Bug #27818822, Bug #90316) The TreatTinyAsBoolean connection option was ignored when the MySqlCommand.Prepare() method was called. (Bug #27113566, Bug #88472) All columns of type TINYINT(1) stopped returning the expected Boolean value after the ...