Search



Search Results
Displaying 181 to 190 of 510 total results
https://dev.mysql.com/doc/refman/8.4/en/sys-quote-identifier.html
Example mysql> SELECT sys.quote_identifier('plain'); +-------------------------------+ | sys.quote_identifier('plain') | +-------------------------------+ | `plain` | +-------------------------------+ mysql> SELECT sys.quote_identifier('trick`ier'); ... Given a string argument, this function produces a quoted identifier suitable for inclusion in SQL ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbmysqldspec.html
nodeCount (integer): The number of SQL nodes (that is, MySQL servers or instances of mysqld) running in the NDB Cluster. maxNodeCount (integer): (optional) The NDB Cluster's MySQL servers scale up to this number without forcing a configuration ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-32.html
(Bug #99604, Bug #31612628) Because the value of a MySQL unsigned INTEGER can be larger than what a Java int can hold, a MySQL unsigned INTEGER must be handled as a Java long. However, the rule was not followed by UpdatableResultSet and a couple of ... Version 8.0.32 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-extension-createresult-return.html
Single Result Multiple Result Single Result The data dictionary for a single result must be a dictionary and include the following: affectedItemsCount: (integer) the number of items affected by the processed SQL. The data can be either a dictionary, ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-extension-objects-create.html
The supported data types are “none” or “null”, “bool”, “number” (integer or floating point), “string”, “array”, and “dictionary”. type (string, required): The data type of the parameter, one of “string”, ...The name ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-onnx-import-overview.html
None or string indicate a variable batch size, and an integer indicates a fixed batch size. Examples of input shapes: [None, 2] ['batch_size', 2, 3] [1, 14] All other dimensions should be integers. You cannot directly load models in ONNX format ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-ml-generate-table.html
The ML_GENERATE_TABLE routine runs multiple text generation or summarization queries in a batch, in parallel. The output generated for every input query is the same as the output generated by the ML_GENERATE routine. This topic contains the ...
https://dev.mysql.com/doc/workbench/en/wb-grt-data-organization.html
The information is represented using standard data types: integers, doubles, strings, dicts, lists, and objects. For example, the GRT integer, double, and string data types are seen as corresponding Python data types. The Generic RunTime (GRT) is ...
https://dev.mysql.com/doc/workbench/en/wb-keys.html
The following tables list keyboard shortcuts for MySQL Workbench commands.
https://dev.mysql.com/doc/connectors/en/connector-j-reference-implementation-notes.html
To enable this functionality, create a Statement instance in the following manner: stmt = conn.createStatement(java.sql.ResultSet.TYPE_FORWARD_ONLY, java.sql.ResultSet.CONCUR_READ_ONLY); stmt.setFetchSize(Integer.MIN_VALUE); The combination of a ...
Displaying 181 to 190 of 510 total results