Search



Search Results
Displaying 2701 to 2710 of 3458 total results
https://dev.mysql.com/doc/connectors/en/connector-cpp-source-configuration-options.html
-DBUNDLE_DEPENDENCIES=bool This is an internal option used for creating Connector/C++ distribution packages. -DMAINTAINER_MODE=bool This is an internal option used for creating Connector/C++ distribution packages. -DCMAKE_BUILD_TYPE=type The type of ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-result-sets.html
clobberStreamingResults This will cause a streaming result set to be automatically closed, and any outstanding data still streaming from the server to be discarded if another query is executed before all the data has been read from the server.
https://dev.mysql.com/doc/connectors/en/connector-j-reference-using-ssl.html
All Java keystore files are protected by the password supplied to the keytool when you created the files. You need the file names and the associated passwords to create an SSL connection. Connector/J can encrypt all data communicated between the ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-managing-load-balanced-connections.html
All load-balanced connections sharing the same loadBalanceConnectionGroup value, regardless of how the application creates them, will be managed together. Connector/J has long provided an effective means to distribute read/write load across ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config.html
For example, to configure a connection to a MySQL server supporting the world sample database, you might use: <util:map id="dbProps"> <entry key="db.driver" value="com.mysql.cj.jdbc.Driver"/> <entry key="db.jdbcurl" ... The Spring Framework is a ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-statements-callable.html
For more information on MySQL stored procedures, please refer to Using Stored Routines. Notice that you have to use JDBC escape syntax, and that the parentheses surrounding the parameter placeholders are not optional: Example 3.7 Connector/J: Using ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-statements.html
To create a Statement instance, you call the createStatement() method on the Connection object you have retrieved using one of the DriverManager.getConnection() or DataSource.getConnection() methods described earlier. Statement objects allow you to ...
https://dev.mysql.com/doc/connectors/en/connector-net-asp-provider.html
This model enables developers to focus on the business logic of their application instead of having to recreate such boilerplate items as membership and roles support. There is no need to run any type of SQL script to set up the database schema, as ... MySQL Connector/NET includes a provider model for use with ASP.NET ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-mysqlclient.html
MySqlScript Provides a class capable of executing an SQL script containing multiple SQL statements including CREATE PROCEDURE statements that require changing the delimiter. Classes Class Description AuthenticationPluginConfigurationElement ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-support-bug-report.html
If you are unable to find out what is wrong, the last option is to create an archive in tar or zip format that contains a Connector/ODBC trace file, the ODBC log file, and a README file that explains the problem. If you can create a program that ...
Displaying 2701 to 2710 of 3458 total results