Search Results
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjfatalinternalexception.html
ClusterJFatalInternalException represents an implementation error that the user cannot recover from.
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjfataluserexception.html
ClusterJFatalUserException represents a user error that is unrecoverable, such as programming errors in persistent classes or missing resources in the execution environment.
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-columnmetadata.html
Table 4.23 name() Parameter Description return the name of the column 4.3.1.11.8 nullable() public abstract boolean nullable(); Return whether this column is nullable. Table 4.24 nullable() Parameter Description return whether this column is ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-query-querydefinition.html
4.3.3.4.1 Synopsis public interface QueryDefinition<E> {// Public Methods public abstract Predicate not(Predicate predicate); public abstract PredicateOperand param(String parameterName); public abstract QueryDefinition<E> where(Predicate ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-query-querydomaintype.html
The domain type validates property names that are used to filter results. 4.3.3.5.1 Synopsis public interface QueryDomainType<E> extends, QueryDefinition<E> {// Public Methods public abstract PredicateOperand get(String propertyName); public ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-19.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET supports TLS protocol versions TLSv1, TLSv1.1, TLSv1.2, and TLSv1.3. A new connection-string option, tlsversion, permits the restriction of a connection to a ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-32.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Removed distutils support, which is deprecated in Python 3.10 and removed in Python 3.12. (WL #14861) Adopted type hint enforcement for function and class attributes with ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-data-masking-deindentification-functions.html
The following table shows data masking and de-identification functions supported by MySQL HeatWave.
https://dev.mysql.com/doc/heatwave/en/mys-hw-supported-data-types.html
Columns with unsupported data types must be excluded, and defined as NOT SECONDARY before loading a table. Numeric data types: BIGINT BOOL DECIMAL DOUBLE FLOAT INT INTEGER MEDIUMINT SMALLINT TINYINT Temporal data types: DATE DATETIME TIME TIMESTAMP ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-temporal-functions.html
As of MySQL 8.4.0, MySQL HeatWave supports named time zones such as MET or Europe/Amsterdam for CONVERT_TZ(). For a workaround before MySQL 8.4.0, see Section 11.2.1.4, “Functions and Operator Limitations”. Table 5.11 Temporal Functions Name ...