action_order() const override | dd::Trigger_impl | inlinevirtual |
action_statement() const override | dd::Trigger_impl | inlinevirtual |
action_statement_utf8() const override | dd::Trigger_impl | inlinevirtual |
action_timing() const override | dd::Trigger_impl | inlinevirtual |
check_parent_consistency(Entity_object_impl *parent, Object_id parent_id) const | dd::Weak_object_impl_< use_pfs > | protected |
client_collation_id() const override | dd::Trigger_impl | inlinevirtual |
clone(const Trigger_impl &other, Table_impl *table) | dd::Trigger_impl | inlinestatic |
connection_collation_id() const override | dd::Trigger_impl | inlinevirtual |
create_mdl_key(const String_type &schema_name, const String_type &name, MDL_key *key) | dd::Trigger | static |
create_primary_key() const override | dd::Entity_object_impl | virtual |
created() const override | dd::Trigger_impl | inlinevirtual |
DD_table typedef | dd::Trigger | |
debug_print(String_type &outb) const override | dd::Trigger_impl | virtual |
definer_host() const override | dd::Trigger_impl | inlinevirtual |
definer_user() const override | dd::Trigger_impl | inlinevirtual |
deserialize(Sdi_rcontext *rctx, const RJ_Value &val) | dd::Entity_object_impl | protected |
drop(Open_dictionary_tables_ctx *otx) const | dd::Weak_object_impl_< use_pfs > | |
drop_children(Open_dictionary_tables_ctx *) const | dd::Weak_object_impl_< use_pfs > | inlinevirtual |
Entity_object_impl() | dd::Entity_object_impl | inline |
Entity_object_impl(const Entity_object_impl &src) | dd::Entity_object_impl | inlineprotected |
enum_action_timing enum name | dd::Trigger | |
enum_event_type enum name | dd::Trigger | |
event_type() const override | dd::Trigger_impl | inlinevirtual |
fix_has_new_primary_key() override | dd::Entity_object_impl | inlineprotectedvirtual |
has_new_primary_key() const override | dd::Entity_object_impl | inlinevirtual |
id() const override | dd::Trigger_impl | inlinevirtual |
impl() override | dd::Trigger_impl | inlinevirtual |
impl() const override | dd::Trigger_impl | inlinevirtual |
Impl typedef | dd::Trigger | |
is_persistent() const override | dd::Trigger_impl | inlinevirtual |
last_altered() const override | dd::Trigger_impl | inlinevirtual |
m_action_order | dd::Trigger_impl | private |
m_action_statement | dd::Trigger_impl | private |
m_action_statement_utf8 | dd::Trigger_impl | private |
m_action_timing | dd::Trigger_impl | private |
m_client_collation_id | dd::Trigger_impl | private |
m_connection_collation_id | dd::Trigger_impl | private |
m_created | dd::Trigger_impl | private |
m_definer_host | dd::Trigger_impl | private |
m_definer_user | dd::Trigger_impl | private |
m_event_type | dd::Trigger_impl | private |
m_has_new_primary_key | dd::Entity_object_impl | private |
m_id | dd::Entity_object_impl | private |
m_last_altered | dd::Trigger_impl | private |
m_name | dd::Entity_object_impl | private |
m_ordinal_position | dd::Trigger_impl | private |
m_schema_collation_id | dd::Trigger_impl | private |
m_sql_mode | dd::Trigger_impl | private |
m_table | dd::Trigger_impl | private |
name() const override | dd::Trigger_impl | inlinevirtual |
name_collation() | dd::Trigger | static |
object_table() const override | dd::Trigger_impl | virtual |
operator delete(void *ptr, const std::nothrow_t &nt) noexcept | dd::Weak_object_impl_< use_pfs > | inline |
operator delete(void *ptr) noexcept | dd::Weak_object_impl_< use_pfs > | inline |
operator new(size_t size, const std::nothrow_t &nt) noexcept | dd::Weak_object_impl_< use_pfs > | inline |
operator new(size_t size) noexcept | dd::Weak_object_impl_< use_pfs > | inline |
ordinal_position() const | dd::Trigger_impl | inline |
register_tables(Open_dictionary_tables_ctx *otx) | dd::Trigger_impl | static |
restore_attributes(const Raw_record &r) override | dd::Trigger_impl | virtual |
restore_children(Open_dictionary_tables_ctx *) | dd::Weak_object_impl_< use_pfs > | inlinevirtual |
restore_id(const Raw_record &r, int field_idx) | dd::Entity_object_impl | protected |
restore_item(Table_impl *table) | dd::Trigger_impl | inlinestatic |
restore_name(const Raw_record &r, int field_idx) | dd::Entity_object_impl | protected |
schema_collation_id() const override | dd::Trigger_impl | inlinevirtual |
schema_id() const override | dd::Trigger_impl | inlinevirtual |
serialize(Sdi_wcontext *wctx, Sdi_writer *w) const | dd::Entity_object_impl | protected |
set_action_order(uint action_order) override | dd::Trigger_impl | inlinevirtual |
set_action_statement(const String_type &action_statement) override | dd::Trigger_impl | inlinevirtual |
set_action_statement_utf8(const String_type &action_statement_utf8) override | dd::Trigger_impl | inlinevirtual |
set_action_timing(enum_action_timing action_timing) override | dd::Trigger_impl | inlinevirtual |
set_client_collation_id(Object_id client_collation_id) override | dd::Trigger_impl | inlinevirtual |
set_connection_collation_id(Object_id connection_collation_id) override | dd::Trigger_impl | inlinevirtual |
set_created(my_timeval created) override | dd::Trigger_impl | inlinevirtual |
set_definer(const String_type &username, const String_type &hostname) override | dd::Trigger_impl | inlinevirtual |
set_event_type(enum_event_type event_type) override | dd::Trigger_impl | inline |
dd::Trigger::set_event_type(enum_event_type event_type)=0 | dd::Trigger | pure virtual |
set_id(Object_id id) | dd::Entity_object_impl | inline |
set_last_altered(my_timeval last_altered) override | dd::Trigger_impl | inlinevirtual |
set_name(const String_type &name) override | dd::Trigger_impl | inlinevirtual |
set_ordinal_position(uint ordinal_position) | dd::Trigger_impl | inline |
set_primary_key_value(const Raw_new_record &r) override | dd::Entity_object_impl | protectedvirtual |
set_schema_collation_id(Object_id schema_collation_id) override | dd::Trigger_impl | inlinevirtual |
set_sql_mode(ulonglong sql_mode) override | dd::Trigger_impl | inlinevirtual |
set_table(Table_impl *parent) | dd::Trigger_impl | inline |
sql_mode() const override | dd::Trigger_impl | inlinevirtual |
store(Open_dictionary_tables_ctx *otx) | dd::Weak_object_impl_< use_pfs > | virtual |
store_attributes(Raw_record *r) override | dd::Trigger_impl | virtual |
store_children(Open_dictionary_tables_ctx *) | dd::Weak_object_impl_< use_pfs > | inlinevirtual |
store_id(Raw_record *r, int field_idx) | dd::Entity_object_impl | protected |
store_name(Raw_record *r, int field_idx) | dd::Entity_object_impl | protected |
store_name(Raw_record *r, int field_idx, bool is_null) | dd::Entity_object_impl | protected |
table() const | dd::Trigger_impl | virtual |
table() | dd::Trigger_impl | virtual |
table_id() const override | dd::Trigger_impl | inlinevirtual |
table_impl() const | dd::Trigger_impl | inline |
table_impl() | dd::Trigger_impl | inline |
Trigger_impl() | dd::Trigger_impl | |
Trigger_impl(Table_impl *table) | dd::Trigger_impl | |
Trigger_impl(const Trigger_impl &src, Table_impl *parent) | dd::Trigger_impl | |
validate() const override | dd::Trigger_impl | virtual |
Weak_object()=default | dd::Weak_object | |
Weak_object(const Weak_object &)=default | dd::Weak_object | |
Weak_object_impl_()=default | dd::Weak_object_impl_< use_pfs > | |
~Trigger() override=default | dd::Trigger | |
~Weak_object()=default | dd::Weak_object | virtual |
~Weak_object_impl_() override=default | dd::Weak_object_impl_< use_pfs > | |