MySQL Shell API 9.0.1
Unified development interface for MySQL Products
|
Provides base functionality for database objects. More...
Methods | |
str | get_name () |
Returns the name of this database object.
| |
object | get_session () |
Returns the Session object of this database object.
| |
object | get_schema () |
Returns the Schema object of this database object.
| |
bool | exists_in_database () |
Verifies if this object exists in the database.
| |
Properties | |
str | name |
The name of this database object. | |
object | session |
The Session object of this database object. | |
object | schema |
The Schema object of this database object. | |
Provides base functionality for database objects.
object get_session | ( | ) |
Returns the Session object of this database object.
Note that the returned object can be any of:
object get_schema | ( | ) |
Returns the Schema object of this database object.
Note that the returned object can be any of: