MySQL Shell API 9.1.0
Unified development interface for MySQL Products
|
▼Nmysqlsh | |
▼Ndba | |
CCluster | Represents an InnoDB Cluster. |
CClusterSet | Represents an InnoDB ClusterSet. |
CDba | InnoDB Cluster, ReplicaSet, and ClusterSet management functions. |
CReplicaSet | Represents an InnoDB ReplicaSet. |
▼Nmysql | |
CClassicResult | Allows browsing through the result information after performing an operation on the database through the MySQL Protocol. |
CClassicSession | Enables interaction with a MySQL Server using the MySQL Protocol. |
CType | Constants to represent data types on Column objects |
▼Nmysqlx | |
CBaseResult | Base class for the different types of results returned by the server. |
CCollection | A Collection is a container that may be used to store Documents in a MySQL database. |
CCollectionAdd | Handler for document addition on a Collection |
CCollectionFind | Handler for document selection on a Collection |
CCollectionModify | Operation to update documents on a Collection. |
CCollectionRemove | Operation to delete documents on a Collection. |
CDocResult | Allows traversing the DbDoc objects returned by a Collection.find operation. |
CLockContention | Constants to represent lock contention types |
CResult | Allows retrieving information about non query operations performed on the database. |
CRowResult | Allows traversing the Row objects returned by a Table.select operation. |
CSchema | Represents a Schema as retrieved from a session created using the X Protocol. |
CSession | Enables interaction with a MySQL Server using the X Protocol. |
CSqlExecute | Handler for execution SQL statements, supports parameter binding. |
CSqlResult | Allows browsing through the result information after performing an operation on the database done through Session.sql |
CTable | Represents a Table on an Schema, retrieved with a session created using mysqlx module. |
CTableDelete | Operation to delete data from a table. |
CTableInsert | Handler for Insert operations on Tables |
CTableSelect | Handler for record selection on a Table |
CTableUpdate | Handler for record update operations on a Table |
CType | Constants to represent data types of Column objects |
CColumn | Represents the a Column definition on a result |
CDatabaseObject | Provides base functionality for database objects. |
COptions | Gives access to options impacting shell behavior. |
COs | Gives access to functions which allow to interact with the operating system. |
CPath | Gives access to path-related functions. |
CReports | Gives access to built-in and user-defined reports. |
CRow | Represents the a Row in a Result. |
CShell | Gives access to general purpose functions and properties. |
CShellResult | Encapsulates custom query result and metadata. |
CSys | Gives access to system specific parameters. |