|
| Procedure_impl ()=default |
|
| ~Procedure_impl () override=default |
|
bool | update_routine_name_key (Name_key *key, Object_id schema_id, const String_type &name) const override |
|
void | debug_print (String_type &outb) const override |
|
Entity_object_impl * | impl () override |
|
const Entity_object_impl * | impl () const override |
|
Object_id | id () const override |
| The unique dictionary object id. More...
|
|
bool | is_persistent () const override |
| Is dictionary object persistent in dictionary tables ? More...
|
|
const String_type & | name () const override |
|
void | set_name (const String_type &name) override |
|
const Object_table & | object_table () const override |
|
Object_id | schema_id () const override |
|
void | set_schema_id (Object_id schema_id) override |
|
enum_routine_type | type () const override |
|
const String_type & | definition () const override |
|
void | set_definition (const String_type &definition) override |
|
const String_type & | definition_utf8 () const override |
|
void | set_definition_utf8 (const String_type &definition_utf8) override |
|
const String_type & | parameter_str () const override |
|
void | set_parameter_str (const String_type ¶meter_str) override |
|
bool | is_deterministic () const override |
|
void | set_deterministic (bool deterministic) override |
|
enum_sql_data_access | sql_data_access () const override |
|
void | set_sql_data_access (enum_sql_data_access sda) override |
|
View::enum_security_type | security_type () const override |
|
void | set_security_type (View::enum_security_type security_type) override |
|
ulonglong | sql_mode () const override |
|
void | set_sql_mode (ulonglong sm) override |
|
const String_type & | definer_user () const override |
|
const String_type & | definer_host () const override |
|
void | set_definer (const String_type &username, const String_type &hostname) override |
|
Object_id | client_collation_id () const override |
|
void | set_client_collation_id (Object_id client_collation_id) override |
|
Object_id | connection_collation_id () const override |
|
void | set_connection_collation_id (Object_id connection_collation_id) override |
|
Object_id | schema_collation_id () const override |
|
void | set_schema_collation_id (Object_id schema_collation_id) override |
|
ulonglong | created (bool convert_time) const override |
|
void | set_created (ulonglong created) override |
|
ulonglong | last_altered (bool convert_time) const override |
|
void | set_last_altered (ulonglong last_altered) override |
|
const String_type & | comment () const override |
|
void | set_comment (const String_type &comment) override |
|
Parameter * | add_parameter () override |
|
const Parameter_collection & | parameters () const override |
|
bool | update_name_key (Name_key *key) const override |
|
| Routine_impl () |
|
| ~Routine_impl () override |
|
const Object_table & | object_table () const override |
|
bool | validate () const override |
|
bool | restore_children (Open_dictionary_tables_ctx *otx) override |
|
bool | store_children (Open_dictionary_tables_ctx *otx) override |
|
bool | drop_children (Open_dictionary_tables_ctx *otx) const override |
|
bool | restore_attributes (const Raw_record &r) override |
|
bool | store_attributes (Raw_record *r) override |
|
void | debug_print (String_type &outb) const override |
|
Object_id | schema_id () const override |
|
void | set_schema_id (Object_id schema_id) override |
|
enum_routine_type | type () const override |
|
virtual void | set_type (enum_routine_type routine_type) |
|
const String_type & | definition () const override |
|
void | set_definition (const String_type &definition) override |
|
const String_type & | definition_utf8 () const override |
|
void | set_definition_utf8 (const String_type &definition_utf8) override |
|
const String_type & | parameter_str () const override |
|
void | set_parameter_str (const String_type ¶meter_str) override |
|
bool | is_deterministic () const override |
|
void | set_deterministic (bool deterministic) override |
|
enum_sql_data_access | sql_data_access () const override |
|
void | set_sql_data_access (enum_sql_data_access sda) override |
|
View::enum_security_type | security_type () const override |
|
void | set_security_type (View::enum_security_type security_type) override |
|
ulonglong | sql_mode () const override |
|
void | set_sql_mode (ulonglong sm) override |
|
const String_type & | definer_user () const override |
|
const String_type & | definer_host () const override |
|
void | set_definer (const String_type &username, const String_type &hostname) override |
|
Object_id | client_collation_id () const override |
|
void | set_client_collation_id (Object_id client_collation_id) override |
|
Object_id | connection_collation_id () const override |
|
void | set_connection_collation_id (Object_id connection_collation_id) override |
|
Object_id | schema_collation_id () const override |
|
void | set_schema_collation_id (Object_id schema_collation_id) override |
|
ulonglong | created (bool convert_time) const override |
|
void | set_created (ulonglong created) override |
|
ulonglong | last_altered (bool convert_time) const override |
|
void | set_last_altered (ulonglong last_altered) override |
|
const String_type & | comment () const override |
|
void | set_comment (const String_type &comment) override |
|
Parameter * | add_parameter () override |
|
const Parameter_collection & | parameters () const override |
|
Entity_object_impl * | impl () override |
|
const Entity_object_impl * | impl () const override |
|
Object_id | id () const override |
| The unique dictionary object id. More...
|
|
bool | is_persistent () const override |
| Is dictionary object persistent in dictionary tables ? More...
|
|
const String_type & | name () const override |
|
void | set_name (const String_type &name) override |
|
| Entity_object_impl () |
|
void | set_id (Object_id id) |
|
Object_key * | create_primary_key () const override |
|
bool | has_new_primary_key () const override |
| Indicates that object is guaranteed to have primary key value which doesn't exist in database (e.g. More...
|
|
| Weak_object ()=default |
|
| Weak_object (const Weak_object &)=default |
|
virtual | ~Weak_object ()=default |
|
| Weak_object_impl_ ()=default |
|
| ~Weak_object_impl_ () override=default |
|
void * | operator new (size_t size, const std::nothrow_t &nt) noexcept |
|
void | operator delete (void *ptr, const std::nothrow_t &nt) noexcept |
|
void * | operator new (size_t size) noexcept |
|
void | operator delete (void *ptr) noexcept |
|
virtual bool | store (Open_dictionary_tables_ctx *otx) |
| Store the DD object into DD table. More...
|
|
bool | drop (Open_dictionary_tables_ctx *otx) const |
| Drop the DD object from DD table. More...
|
|
virtual bool | update_id_key (Id_key *key) const |
|
virtual bool | update_aux_key (Aux_key *) const |
|
| ~Routine () override=default |
|
bool | update_name_key (Name_key *key) const override |
|
| ~Procedure () override=default |
|