|
MySQL Shell API 8.0.44
Unified development interface for MySQL Products
|
| ▼CBaseResult | Base class for the different types of results returned by the server. |
| CDocResult | Allows traversing the DbDoc objects returned by a Collection.find operation. |
| CResult | Allows retrieving information about non query operations performed on the database. |
| ▼CRowResult | Allows traversing the Row objects returned by a Table.select operation. |
| CSqlResult | Allows browsing through the result information after performing an operation on the database done through Session.sql |
| 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. |
| CCluster | Represents an InnoDB Cluster. |
| CClusterSet | Represents an InnoDB ClusterSet. |
| 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. |
| CColumn | Represents the a Column definition on a result |
| ▼CDatabaseObject | Provides base functionality for database objects. |
| CCollection | A Collection is a container that may be used to store Documents in a MySQL database. |
| CSchema | Represents a Schema as retrieved from a session created using the X Protocol. |
| CTable | Represents a Table on an Schema, retrieved with a session created using mysqlx module. |
| CDba | InnoDB Cluster, ReplicaSet, and ClusterSet management functions. |
| CLockContention | Constants to represent lock contention types |
| COptions | |
| COs | Gives access to functions which allow to interact with the operating system. |
| CPath | Gives access to path-related functions. |
| CReplicaSet | Represents an InnoDB ReplicaSet. |
| CReports | Gives access to built-in and user-defined reports. |
| CRow | Represents the a Row in a Result. |
| CSession | Enables interaction with a MySQL Server using the X Protocol. |
| CShell | Gives access to general purpose functions and properties. |
| CSqlExecute | Handler for execution SQL statements, supports parameter binding. |
| CSys | Gives access to system specific parameters. |
| 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 on Column objects |
| CType | Constants to represent data types of Column objects |
1.9.2