MySQL Shell API 8.0.37
Unified development interface for MySQL Products
Modules | Classes
ShellAPI

Modules

 mysql
 Encloses the functions and classes available to interact with a MySQL Server using the traditional MySQL Protocol.
 
 util
 Global object that groups miscellaneous tools like upgrade checker and JSON import.
 

Classes

class  DatabaseObject
 Provides base functionality for database objects. More...
 
class  Column
 Represents the a Column definition on a result. More...
 
class  Row
 Represents the a Row in a Result. More...
 
class  ClassicResult
 Allows browsing through the result information after performing an operation on the database through the MySQL Protocol. More...
 
class  ClassicSession
 Enables interaction with a MySQL Server using the MySQL Protocol. More...
 
class  Os
 Gives access to functions which allow to interact with the operating system. More...
 
class  Path
 Gives access to path-related functions. More...
 
class  Shell
 Gives access to general purpose functions and properties. More...
 
class  ShellContextWrapper
 Holds shell context which is used by a thread, gives access to the shell context object through get_shell(). More...
 
class  Options
 
class  Reports
 Gives access to built-in and user-defined reports. More...
 
class  Sys
 Gives access to system specific parameters. More...
 

Detailed Description

Shell API and backward compatibility API for MySQL Servers not supporting the X DevAPI.