Search Results
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-existing-collections.html
In order to retrieve a Collection object for an existing collection stored in the database call the getCollection() function from a Schema object. // Get a collection object for 'my_collection' var myColl = db.getCollection('my_collection'); The ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-existing-collections.html
In order to retrieve a Collection object for an existing collection stored in the database call the getCollection() function from a Schema object. # Get a collection object for 'my_collection' myColl = db.get_collection('my_collection') The ...
https://dev.mysql.com/doc/workbench/en/wb-image-editor.html
To invoke the image editor, double-click an image object on an EER Diagram canvas. This opens the image editor docked at the bottom of the application. Any number of images may be open at the same time. Each additional image appears as a tab at the ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-yum.html
The MySQL Yum repository for Oracle Linux, Red Hat Enterprise Linux, CentOS, and Fedora provides Connector/ODBC RPM packages using the MySQL Yum repository. You must have the MySQL Yum repository on your system's repository list (see Adding the ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-yum.html
The MySQL Yum repository for Oracle Linux, Red Hat Enterprise Linux, CentOS, and Fedora provides Connector/ODBC RPM packages using the MySQL Yum repository. You must have the MySQL Yum repository on your system's repository list (see Adding the ...
https://dev.mysql.com/doc/internals/en/zlib-directory.html
zlib is a data compression library used to support the compressed protocol and the COMPRESS/UNCOMPRESS functions under Windows. On Unix, MySQL uses the system libgz.a library for this purpose. Zlib --- which presumably stands for "Zip Library" --- ...
https://dev.mysql.com/doc/internals/en/generating-browsable-binary-log-information.html
Source files in the sql directory of a MySQL source tree or source distribution contain comments that can be processed with doxygen to generate HTML files that describe classes, files, and so forth. To generate the HTML files and view information ...
https://dev.mysql.com/doc/workbench/en/wb-documenting-sakila.html
This chapter demonstrates the capabilities of MySQL Workbench as a documentation tool by using the sakila database, which is a database sample provided by MySQL. You can find this database sample, and others, by visiting the ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/shell-automatic-code-execution-results.html
When you use X DevAPI in a programming language that fully specifies the syntax to be used, for example, when executing SQL statements through an X DevAPI session or working with any of the CRUD operations, the actual operation is performed only ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/shell-automatic-code-execution-results.html
When you use X DevAPI in a programming language that fully specifies the syntax to be used, for example, when executing SQL statements through an X DevAPI session or working with any of the CRUD operations, the actual operation is performed only ...