Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hw-rpd-tables-table.html
The rpd_tables table provides the system change number (SCN) and load pool type for tables loaded in MySQL HeatWave. The rpd_tables table has these columns: ID A unique identifier for the table. The SCN is an internal number that represents a point ...As of MySQL 9.5.0, the possible values are SNAPSHOT, TRANSACTIONAL, and ...
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/analyze-table.html
ANALYZE [NO_WRITE_TO_BINLOG | LOCAL] TABLE tbl_name UPDATE HISTOGRAM ON col_name [, col_name] ... [WITH N BUCKETS] [{MANUAL | AUTO} UPDATE] ANALYZE [NO_WRITE_TO_BINLOG | LOCAL] TABLE tbl_name UPDATE HISTOGRAM ON col_name [USING DATA 'json_data'] ...
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/refman/8.4/en/information-schema-innodb-tables-table.html
For related usage information and examples, see Section 17.15.3, “InnoDB INFORMATION_SCHEMA Schema Object Tables”. The INNODB_TABLES table has these columns: TABLE_ID An identifier for the InnoDB table. NAME The name of the table, preceded by ...