Search Results
https://dev.mysql.com/doc/workbench/en/wb-text-object-editor.html
To invoke the text object editor, double-click a text object on the EER Diagram canvas. This opens the editor docked at the bottom of the application. Any number of text objects may be open at the same time. Each additional text objects appears as ...
https://dev.mysql.com/doc/workbench/en/wb-view-editor.html
To invoke the view editor, double-click a view object on the EER Diagram canvas or double-click a view in the Physical Schemas section on the MySQL Model page. This opens the view editor docked at the bottom of the application. Any number of views ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pfx.html
As mentioned before, you can double-click a certificate in the Microsoft Management Console to display the certificate's details. Instead, Windows includes a certificate store that provides platform-dependent certificates in PFX format. For the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pfx.html
As mentioned before, you can double-click a certificate in the Microsoft Management Console to display the certificate's details. Instead, Windows includes a certificate store that provides platform-dependent certificates in PFX format. For the ...
https://dev.mysql.com/doc/internals/en/binary-protocol-value.html
ProtocolBinary::MYSQL_TYPE_STRING, ProtocolBinary::MYSQL_TYPE_VARCHAR, ProtocolBinary::MYSQL_TYPE_VAR_STRING, ProtocolBinary::MYSQL_TYPE_ENUM, ProtocolBinary::MYSQL_TYPE_SET, ProtocolBinary::MYSQL_TYPE_LONG_BLOB, ...
https://dev.mysql.com/doc/internals/en/myisam-column-attributes.html
Example: a FLOAT column containing approximately 65 looks like: hexadecimal 00 00 82 42 -- (length = 4, value = 65) DOUBLE PRECISION Storage: fixed-length binary, always eight bytes. Example: a DOUBLE PRECISION column containing approximately 65 ...
MySQL NDB Cluster API Developer Guide :: 4.2.2.5 ClusterJ Mappings Between MySQL and Java Data Types
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-mappings.html
ClusterJ provides mappings for all of the common MySQL database types to Java types. Java object wrappers of primitive types should be mapped to nullable database columns. Note Since Java does not have native unsigned data types, UNSIGNED columns ...
https://dev.mysql.com/doc/ndbapi/en/ndb-column.html
The types Tinyint, Tinyintunsigned, Smallint, Smallunsigned, Mediumint, Mediumunsigned, Int, Unsigned, Bigint, Bigunsigned, Float, and Double (that is, types Tinyint through Double in the order listed in the Enumeration Values table) can be used in ... This section provides information about the Column class, which models a column in an NDBCLUSTER ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndboperation.html
Beginning with NDB 8.0.30, NdbOperation supports an interpreted code API similar to that implemented by NdbInterpretedCode. See NdbOperation::Type for a listing of operation types and their corresponding NdbOperation subclasses. NdbOperation ...
https://dev.mysql.com/doc/refman/8.4/en/aggregate-functions.html
For numeric arguments, the variance and standard deviation functions return a DOUBLE value. The SUM() and AVG() functions return a DECIMAL value for exact-value arguments (integer or DECIMAL), and a DOUBLE value for approximate-value arguments ...