Search



Search Results
Displaying 1221 to 1230 of 5815 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework60.html
To do so, run the Update-Database -Script -SourceMigration: $InitialDatabase command in Package Manager Console. This chapter describes how to configure and use the EF6 features that are implemented in Connector/NET. To configure Connector/NET 6.9 ... MySQL Connector/NET integrates support for Entity Framework 6 (EF6), which now includes support for cross-platform application deployment with the EF 6.4 ...
https://dev.mysql.com/doc/connector-net/en/connector-net-introduction.html
It implements the required ADO.NET interfaces and integrates into ADO.NET-aware tools. Connector/NET source code and tests are available from the NuGet Gallery and GitHub. Connector/NET includes full support for: Features provided by MySQL Server, ... MySQL Connector/NET enables you to develop .NET applications that require secure, high-performance data connectivity with ...
https://dev.mysql.com/doc/connector-python/en/connector-python-versions.html
This section describes both version releases, such as 8.0.34, along with notes specific to the two implementations (C Extension and Pure Python). Note MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of ...For series that have reached General Availability (GA) status, development releases in the series prior to the GA version are no longer ...
https://dev.mysql.com/doc/internals/en/prepared-stored-statement-preparation.html
As mentioned above, THD is currently a required argument and the runtime context for every function in the server. In other words, we use the arena of THD that was active when Prepared_statement::prepare was invoked as the runtime arena of the ...
https://dev.mysql.com/doc/internals/en/x-protocol-lifecycle-lifecycle.html
Topics in this section: Connection Session Stages of Session Setup Authentication Pipelining Max Message Length Extensions The following list describes some of the terms introduced in this section: Transport Transport layer that exchanges data: TCP ...Sessions are: opened with AuthenticateStart reset with Reset closed with Close Closing a session releases all session related ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-sessionfactory.html
See Also reconnect(int) Since 7.5.7 4.3.1.23.11 reconnect(int) public abstract void reconnect(int timeout); Disconnect and reconnect this session factory using the specified timeout value and change the saved timeout value. Actual connections to the ...4.3.1.23.3 currentState() public abstract State currentState(); Get the current state of this session ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-application-error.html
NDB error code QRY_CHAR_OPERAND_TRUNCATED MySQL error DMEC Error message Character operand was right truncated NDB error code QRY_CHAR_PARAMETER_TRUNCATED MySQL error DMEC Error message Character Parameter was right truncated NDB error code ... The ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-context.html
As with the methods previously shown for persisting instances in and removing them from the database, update() exists in three variations, which allow you to use the instance as an object, an object constructor with keys, or by tableName and keys.
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-collections-basic-crud.html
The following example shows the basic usage of CRUD operations (see Section 4.3, “Collection CRUD Function Overview” for more details) when working with documents: After establishing a connection to a MySQL Server instance, a new collection that ... Working with collections of documents is straightforward when using X ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-about-auto-parallel-load.html
Auto Parallel Load is a feature of MySQL HeatWave that automates many of the steps for loading data, which include the following: Excluding schemas, tables, and columns that cannot be loaded. Requirements and Privileges for Auto Parallel Load To ...
Displaying 1221 to 1230 of 5815 total results