Search



Search Results
Displaying 71 to 80 of 3603 total results
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-configuration-properties.html
The properties are listed by categories in the following tables and then in the subsections that follow. Click on a property name in the tables to see its full description in the subsections. Configuration properties define how Connector/J will ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
SslCert , Ssl-Cert Default: null The name of the SSL certificate file in PEM format to use for establishing an encrypted connection. SslKey , Ssl-Key Default: null The name of the SSL key file in PEM format to use for establishing an encrypted ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
SslCert , Ssl-Cert Default: null The name of the SSL certificate file in PEM format to use for establishing an encrypted connection. SslKey , Ssl-Key Default: null The name of the SSL key file in PEM format to use for establishing an encrypted ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-sql-statements.html
However, you can use LIKE to filter queries against the Information Schema ENGINES table, as discussed in the next item. SELECT * FROM INFORMATION_SCHEMA.ENGINES [WHERE ENGINE LIKE 'NDB%'] This is the equivalent of SHOW ENGINES, but uses the ENGINES ... This section discusses several SQL statements that can prove useful in managing and monitoring a MySQL server that is connected to an NDB Cluster, and in some cases provide information about the cluster ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-implementation-notes.html
You must use a column alias with the value of the column to the actual name of the BLOB, for example: SELECT id, 'data' as blob_data from blobtable You must also follow these rules: The SELECT must reference only one table. Because of this, use the ... MySQL Connector/J, as a rigorous implementation of the JDBC API, passes all of the tests in the publicly available version of Oracle's JDBC compliance test ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-implementation-notes.html
You must use a column alias with the value of the column to the actual name of the BLOB, for example: SELECT id, 'data' as blob_data from blobtable You must also follow these rules: The SELECT must reference only one table. Because of this, use the ... MySQL Connector/J, as a rigorous implementation of the JDBC API, passes all of the tests in the publicly available version of Oracle's JDBC compliance test ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-type-conversions.html
The conversions that are always guaranteed to work are listed in the following table. The values returned by ResultSetMetaData.GetColumnTypeName()and ResultSetMetaData.GetColumnClassName() are shown in the table below. MySQL Connector/J is flexible ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-type-conversions.html
The conversions that are always guaranteed to work are listed in the following table. The values returned by ResultSetMetaData.GetColumnTypeName()and ResultSetMetaData.GetColumnClassName() are shown in the table below. MySQL Connector/J is flexible ...
https://dev.mysql.com/doc/mysql-installer/en/MySQLInstallerConsole.html
The current set of valid short phrases for use with commands is shown in the following table. MySQLInstallerConsole.exe provides command-line functionality that is similar to MySQL Installer. This reference includes: MySQL Product Names Command ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-reference-errorcodes.html
The following tables lists the error codes returned by Connector/ODBC apart from the server errors.
Displaying 71 to 80 of 3603 total results