Search



Search Results
Displaying 2611 to 2620 of 3282 total results
https://dev.mysql.com/doc/workbench/en/wb-using-image-tool.html
The image icon is the icon just above the table icon. To add images to an EER Diagram, use the Image tool on the vertical toolbar. Make sure that the EER Diagram tab is selected, then right-click the image icon on the vertical toolbar. Clicking the ...
https://dev.mysql.com/doc/workbench/en/wb-using-view-tool.html
The view icon is the two overlapping rectangles found below the table icon. Views can also be added to an EER Diagram using the View tool on the vertical toolbar. Make sure that the EER Diagram tab is selected, then left-click the view icon on the ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-general-considerations.html
The intent of the macros is to provide a way to systematically and predictably maintain version numbering of the Connector/C++ product. #if MYSQL_CONCPP_VERSION_NUMBER >= 8000030 if ("utf8mb3" == characterSetName(cs)) #else if ("utf8" == ... This ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-source-configuration-options.html
On non-Windows systems, CMake checks to see whether MYSQL_CONFIG_EXECUTABLE is set. As an alternative that implies the WITH_BOOST option (without specifying it), use BOOST_INCLUDE_DIR to provide the header file location instead of deriving it from ...-DBUNDLE_DEPENDENCIES=bool This is an internal option used for creating Connector/C++ distribution ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-datetime-types-processing.html
This option applies only to prepared statements, callable statements or updatable result sets. This option applies only to prepared statements, callable statements or updatable result sets. connectionTimeZone Configures the connection time zone ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-exceptions-warnings.html
dumpQueriesOnException Should the driver dump the contents of the query sent to the server in the message for SQLExceptions? Default Value false Since Version 3.1.3 exceptionInterceptors Comma-delimited list of classes that implement the interface ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-x-protocol-and-x-devapi.html
As an alternative to the default algorithm names, that contain a reference to the compression operation mode, the aliases "zstd", "lz4", and "deflate" can be used instead of "zstd_stream", "lz4_message", and "deflate_stream". As an alternative to ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-jdbc-url-format.html
There are two alternate formats for specifying keys: The “address-equals” form: address=(host=host_or_ip)(port=port)(key1=value1)(key2=value2)...(keyN=valueN) Here is a sample URL using the“address-equals” form : ... This section explains ...
https://dev.mysql.com/doc/connectors/en/connector-j-session-state-tracker.html
Connector/J can receive information on client session state changes tracked by the server if the tracking has been enabled on the server. The reception of the information is enabled by setting the Connector/J connection property trackSessionState ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-load-balancing-failover.html
Your application may use temporary tables, server-side session state variables, or connection state, where letting the driver arbitrarily swap physical connections before processing is complete could cause data loss or other problems. Connector/J ...
Displaying 2611 to 2620 of 3282 total results