MySQL 9.1.0
Source Code Documentation
|
This is the complete list of members for dd::Function, including all inherited members.
add_parameter()=0 | dd::Routine | pure virtual |
Aux_key typedef | dd::Routine | |
Cache_partition typedef | dd::Routine | |
client_collation_id() const =0 | dd::Routine | pure virtual |
clone() const override=0 | dd::Function | pure virtual |
clone_dropped_object_placeholder() const override=0 | dd::Function | pure virtual |
comment() const =0 | dd::Routine | pure virtual |
connection_collation_id() const =0 | dd::Routine | pure virtual |
create_mdl_key(const String_type &schema_name, const String_type &name, MDL_key *key) | dd::Function | inlinestatic |
dd::Routine::create_mdl_key(enum_routine_type type, const String_type &schema_name, const String_type &name, MDL_key *key) | dd::Routine | static |
created(bool convert_time) const =0 | dd::Routine | pure virtual |
DD_table typedef | dd::Routine | |
debug_print(String_type &outb) const =0 | dd::Weak_object | pure virtual |
definer_host() const =0 | dd::Routine | pure virtual |
definer_user() const =0 | dd::Routine | pure virtual |
definition() const =0 | dd::Routine | pure virtual |
definition_utf8() const =0 | dd::Routine | pure virtual |
enum_routine_type enum name | dd::Routine | |
enum_sql_data_access enum name | dd::Routine | |
external_language() const =0 | dd::Routine | pure virtual |
id() const =0 | dd::Entity_object | pure virtual |
Id_key typedef | dd::Routine | |
impl()=0 | dd::Entity_object | privatepure virtual |
impl() const =0 | dd::Entity_object | privatepure virtual |
Impl typedef | dd::Function | |
is_deterministic() const =0 | dd::Routine | pure virtual |
is_persistent() const =0 | dd::Entity_object | pure virtual |
is_result_data_type_null() const =0 | dd::Function | pure virtual |
is_result_numeric_scale_null() const =0 | dd::Function | pure virtual |
last_altered(bool convert_time) const =0 | dd::Routine | pure virtual |
name() const =0 | dd::Entity_object | pure virtual |
name_collation() | dd::Routine | static |
Name_key typedef | dd::Routine | |
Parameter_collection typedef | dd::Routine | |
parameter_str() const =0 | dd::Routine | pure virtual |
parameters() const =0 | dd::Routine | pure virtual |
result_char_length() const =0 | dd::Function | pure virtual |
result_collation_id() const =0 | dd::Function | pure virtual |
result_data_type() const =0 | dd::Function | pure virtual |
result_data_type_utf8() const =0 | dd::Function | pure virtual |
result_datetime_precision() const =0 | dd::Function | pure virtual |
result_is_unsigned() const =0 | dd::Function | pure virtual |
result_is_zerofill() const =0 | dd::Function | pure virtual |
result_numeric_precision() const =0 | dd::Function | pure virtual |
result_numeric_scale() const =0 | dd::Function | pure virtual |
RT_FUNCTION enum value | dd::Routine | |
RT_PROCEDURE enum value | dd::Routine | |
schema_collation_id() const =0 | dd::Routine | pure virtual |
schema_id() const =0 | dd::Routine | pure virtual |
SDA_CONTAINS_SQL enum value | dd::Routine | |
SDA_MODIFIES_SQL_DATA enum value | dd::Routine | |
SDA_NO_SQL enum value | dd::Routine | |
SDA_READS_SQL_DATA enum value | dd::Routine | |
security_type() const =0 | dd::Routine | pure virtual |
set_client_collation_id(Object_id client_collation_id)=0 | dd::Routine | pure virtual |
set_comment(const String_type &comment)=0 | dd::Routine | pure virtual |
set_connection_collation_id(Object_id connection_collation_id)=0 | dd::Routine | pure virtual |
set_created(ulonglong created)=0 | dd::Routine | pure virtual |
set_definer(const String_type &username, const String_type &hostname)=0 | dd::Routine | pure virtual |
set_definition(const String_type &definition)=0 | dd::Routine | pure virtual |
set_definition_utf8(const String_type &definition_utf8)=0 | dd::Routine | pure virtual |
set_deterministic(bool deterministic)=0 | dd::Routine | pure virtual |
set_external_language(const String_type &el)=0 | dd::Routine | pure virtual |
set_last_altered(ulonglong last_altered)=0 | dd::Routine | pure virtual |
set_name(const String_type &name)=0 | dd::Entity_object | pure virtual |
set_parameter_str(const String_type ¶meter_str)=0 | dd::Routine | pure virtual |
set_result_char_length(size_t char_length)=0 | dd::Function | pure virtual |
set_result_collation_id(Object_id collation_id)=0 | dd::Function | pure virtual |
set_result_data_type(enum_column_types type)=0 | dd::Function | pure virtual |
set_result_data_type_null(bool is_null)=0 | dd::Function | pure virtual |
set_result_data_type_utf8(const String_type &result_data_type_utf8)=0 | dd::Function | pure virtual |
set_result_datetime_precision(uint datetime_precision)=0 | dd::Function | pure virtual |
set_result_numeric_precision(uint numeric_precision)=0 | dd::Function | pure virtual |
set_result_numeric_scale(uint numeric_scale)=0 | dd::Function | pure virtual |
set_result_numeric_scale_null(bool is_null)=0 | dd::Function | pure virtual |
set_result_unsigned(bool unsigned_flag)=0 | dd::Function | pure virtual |
set_result_zerofill(bool zerofill)=0 | dd::Function | pure virtual |
set_schema_collation_id(Object_id schema_collation_id)=0 | dd::Routine | pure virtual |
set_schema_id(Object_id schema_id)=0 | dd::Routine | pure virtual |
set_security_type(View::enum_security_type st)=0 | dd::Routine | pure virtual |
set_sql_data_access(enum_sql_data_access sda)=0 | dd::Routine | pure virtual |
set_sql_mode(ulonglong sm)=0 | dd::Routine | pure virtual |
sql_data_access() const =0 | dd::Routine | pure virtual |
sql_mode() const =0 | dd::Routine | pure virtual |
type() const =0 | dd::Routine | pure virtual |
update_aux_key(Aux_key *) const | dd::Routine | inlinevirtual |
update_id_key(Id_key *key) const | dd::Routine | inlinevirtual |
update_id_key(Id_key *key, Object_id id) | dd::Routine | static |
update_name_key(Name_key *key) const override | dd::Function | inlinevirtual |
update_name_key(Name_key *key, Object_id schema_id, const String_type &name) | dd::Function | static |
update_routine_name_key(Name_key *key, Object_id schema_id, const String_type &name) const =0 | dd::Routine | pure virtual |
Weak_object()=default | dd::Weak_object | |
Weak_object(const Weak_object &)=default | dd::Weak_object | |
~Function() override=default | dd::Function | |
~Routine() override=default | dd::Routine | |
~Weak_object()=default | dd::Weak_object | virtual |