Search Results
https://dev.mysql.com/doc/connectors/en/connector-j-installing-source.html
Extract contents of the archive into a folder named, for example, mysql-connector-j. Caution You need to install Connector/J from source only if you want to build a customized version of Connector/J or if you are interested in helping us test our ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-dns-srv.html
In an X DevAPI connection pooling setup, Connector/J re-queries the DNS SRV records regularly and phases out gracefully any connections whose hosts no longer appear in the records, and readmits the connections into the pool when their hosts reappear ... Connector/J supports the use of DNS SRV records for ...
https://dev.mysql.com/doc/connectors/en/connector-j-testing.html
The test cases are divided into the following categories: Unit tests: They are methods located in packages aligning with the classes that they test. The Connector/J source code repository or packages that are shipped with source code include an ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
Connection pooling is a technique of creating and managing a pool of connections that are ready for use by any thread that needs them. Connection pooling can greatly increase the performance of your Java application, while reducing overall resource ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-load-balancing-failover.html
There are a few convenient shortcuts built into this, for those who want to have some level of control using properties, without writing Java code. Connector/J provides a useful load-balancing implementation for MySQL Cluster or multi-source ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config-transactional.html
Spring allows us to add transactions into our code without having to deal directly with the JDBC classes. For that purpose, Spring provides a transaction management package that not only replaces JDBC transaction management, but also enables ...
https://dev.mysql.com/doc/connectors/en/connector-net-introduction.html
It implements the required ADO.NET interfaces and integrates into ADO.NET-aware tools. MySQL Connector/NET enables you to develop .NET applications that require secure, high-performance data connectivity with MySQL. Connector/NET is a fully managed ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-problems.html
Invalid MySQL dates cannot be loaded into native .NET DateTime objects, including NULL dates. The differences in date handling can cause problems for developers who use invalid dates. Because of this issue, .NET DataSet objects cannot be populated ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-authentication.html
MySqlPemReader Provides functionality to read, decode, and convert PEM files into objects supported in .NET. Classes Class Description MySqlAuthenticationPlugin Abstract class used to define an authentication plugin. MySqlClearPasswordPlugin Allows ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-common-dnsclient.html
This value is set by the originator of a query and copied into the response. A four bit field that specifies kind of query in this message.