MySQL 9.1.0
Source Code Documentation
|
#include <schema.h>
Public Types | |
typedef Schema_impl | Impl |
typedef Schema | Cache_partition |
typedef tables::Schemata | DD_table |
typedef Primary_id_key | Id_key |
typedef Item_name_key | Name_key |
typedef Void_key | Aux_key |
Public Member Functions | |
virtual bool | update_id_key (Id_key *key) const |
virtual bool | update_name_key (Name_key *key) const |
virtual bool | update_aux_key (Aux_key *) const |
virtual const Properties & | options () const =0 |
virtual Properties & | options ()=0 |
virtual bool | set_options (const String_type &options_raw)=0 |
virtual bool | set_options (const Properties &options)=0 |
virtual Object_id | default_collation_id () const =0 |
virtual void | set_default_collation_id (Object_id default_collation_id)=0 |
virtual bool | default_encryption () const =0 |
virtual void | set_default_encryption (bool default_encryption)=0 |
virtual bool | read_only () const =0 |
virtual void | set_read_only (bool state)=0 |
virtual ulonglong | created (bool convert_time) const =0 |
virtual void | set_created (ulonglong created)=0 |
virtual ulonglong | last_altered (bool convert_time) const =0 |
virtual void | set_last_altered (ulonglong last_altered)=0 |
virtual const Properties & | se_private_data () const =0 |
virtual Properties & | se_private_data ()=0 |
virtual bool | set_se_private_data (const String_type &se_private_data_raw)=0 |
virtual bool | set_se_private_data (const Properties &se_private_data)=0 |
virtual Event * | create_event (THD *thd) const =0 |
virtual Function * | create_function (THD *thd) const =0 |
virtual Procedure * | create_procedure (THD *thd) const =0 |
virtual Table * | create_table (THD *thd) const =0 |
virtual View * | create_view (THD *thd) const =0 |
virtual View * | create_system_view (THD *thd) const =0 |
virtual Schema * | clone () const =0 |
Allocate a new object and invoke the copy constructor. More... | |
virtual Schema * | clone_dropped_object_placeholder () const =0 |
Allocate a new object which can serve as a placeholder for the original object in the Dictionary_client's dropped registry. More... | |
Public Member Functions inherited from dd::Entity_object | |
virtual Object_id | id () const =0 |
The unique dictionary object id. More... | |
virtual bool | is_persistent () const =0 |
Is dictionary object persistent in dictionary tables ? More... | |
virtual const String_type & | name () const =0 |
virtual void | set_name (const String_type &name)=0 |
Public Member Functions inherited from dd::Weak_object | |
virtual void | debug_print (String_type &outb) const =0 |
Weak_object ()=default | |
Weak_object (const Weak_object &)=default | |
virtual | ~Weak_object ()=default |
Static Public Member Functions | |
static bool | update_id_key (Id_key *key, Object_id id) |
static bool | update_name_key (Name_key *key, const String_type &name) |
typedef Void_key dd::Schema::Aux_key |
typedef Schema dd::Schema::Cache_partition |
typedef tables::Schemata dd::Schema::DD_table |
typedef Primary_id_key dd::Schema::Id_key |
typedef Schema_impl dd::Schema::Impl |
typedef Item_name_key dd::Schema::Name_key |
|
pure virtual |
Allocate a new object and invoke the copy constructor.
Implemented in dd::Schema_impl.
|
pure virtual |
Allocate a new object which can serve as a placeholder for the original object in the Dictionary_client's dropped registry.
Such object has the same keys as the original but has no other info and as result occupies less memory.
Implemented in dd::Schema_impl.
Implemented in dd::Schema_impl.
Implemented in dd::Schema_impl.
Implemented in dd::Schema_impl.
Implemented in dd::Schema_impl.
Implemented in dd::Schema_impl.
Implemented in dd::Schema_impl.
|
pure virtual |
Implemented in dd::Schema_impl.
|
pure virtual |
Implemented in dd::Schema_impl.
|
pure virtual |
Implemented in dd::Schema_impl.
|
pure virtual |
Implemented in dd::Schema_impl.
|
pure virtual |
Implemented in dd::Schema_impl.
|
pure virtual |
Implemented in dd::Schema_impl.
|
pure virtual |
Implemented in dd::Schema_impl.
|
pure virtual |
Implemented in dd::Schema_impl.
|
pure virtual |
Implemented in dd::Schema_impl.
|
pure virtual |
Implemented in dd::Schema_impl.
|
pure virtual |
Implemented in dd::Schema_impl.
|
pure virtual |
Implemented in dd::Schema_impl.
|
pure virtual |
Implemented in dd::Schema_impl.
|
pure virtual |
Implemented in dd::Schema_impl.
|
pure virtual |
Implemented in dd::Schema_impl.
|
pure virtual |
Implemented in dd::Schema_impl.
|
pure virtual |
Implemented in dd::Schema_impl.
|
pure virtual |
Implemented in dd::Schema_impl.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
static |