Search



Search Results
Displaying 1951 to 1960 of 2266 total results
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-exceptions-warnings.html
These classes will be instantiated one per 'Connection' instance, and all 'SQLException' exceptions thrown by the driver will be allowed to be intercepted by these interceptors, in a chained fashion, with the first class listed as the head of the ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-session.html
sessionVariables A comma or semicolon separated list of "name=value" pairs to be sent as "SET [SESSION] ..." to the server when the driver connects. Since Version 3.1.8 characterEncoding Instructs the server to set session system variables ...Since ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-type-conversions.html
MySQL Connector/J is flexible in the way it handles conversions between MySQL data types and Java data types. Connector/J issues warnings or throws DataTruncation exceptions as is required by the JDBC specification, unless the connection was ...In ...
https://dev.mysql.com/doc/connector-j/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 ...However, the session state change information can also be received using a SessionStateChangesListener, which has to be registered with a ServerSessionStateController using the addSessionStateChangesListener() ...
https://dev.mysql.com/doc/connector-j/en/connector-j-versions.html
Here is some compatibility information for Connector/J 9.5: JDBC versions: Connector/J 9.5 implements JDBC 4.2. While Connector/J 9.5 works with libraries of higher JDBC versions, it returns a SQLFeatureNotSupportedException for any calls of ...For ...
https://dev.mysql.com/doc/connector-j/en/connector-j-whats-new.html
Version 9.5.0 is a new GA release version of the MySQL Connector/J. MySQL Connector/J 9.5.0 supersedes the 9.4 series and is recommended for use on production systems. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X ...This release can be used against MySQL Server version 8.0 and ...
https://dev.mysql.com/doc/connector-j/en/connector-j-YEAR.html
How a value in a MySQL YEAR column is handled is controlled by the connection property yearIsDateType: If yearIsDateType is true (the default), YEAR is mapped to the Java data type java.sql.Date. Connector/J follows the same rules that govern how ...If yearIsDateType is false, YEAR is mapped to the Java data type ...
https://dev.mysql.com/doc/refman/8.4/en/alter-table.html
ALTER TABLE tbl_name [alter_option [, alter_option] ...] [partition_options] alter_option: { table_options | ADD [COLUMN] col_name column_definition [FIRST | AFTER col_name] | ADD [COLUMN] (col_name column_definition,...) | ADD {INDEX | KEY} ...
https://dev.mysql.com/doc/refman/8.4/en/apis-ruby.html
The mysql2 Ruby gem provides an API for connecting to MySQL, performing queries, and iterating through results; it is intended to support MySQL 5.7 and MySQL 8.0. For more information, see the mysql2 page at RubyGems.org or the project's GitHub ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-installation.html
This section describes how to install or uninstall MySQL Enterprise Audit, which is implemented using the audit log plugin and related elements described in Section 8.4.5.1, “Elements of MySQL Enterprise Audit”. For general information about ...
Displaying 1951 to 1960 of 2266 total results