|
MySQL Shell API 9.5.0
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:
1.9.2